Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fix order or config file lookup to be the same in sync and async functions #38

Merged
merged 1 commit into from Dec 12, 2019

Conversation

tleunen
Copy link
Owner

@tleunen tleunen commented Dec 12, 2019

Fixes #33

The order was wrong in the async function.

The new order is as follow: .babelrc, .babelrc.js, babel.config.js, package.json

@codecov
Copy link

codecov bot commented Dec 12, 2019

Codecov Report

Merging #38 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #38   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines          96     96           
  Branches       30     30           
=====================================
  Hits           96     96
Impacted Files Coverage Δ
src/index.js 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4198a93...b3baa73. Read the comment docs.

@tleunen tleunen merged commit 4fde4bb into master Dec 12, 2019
@tleunen tleunen deleted the order-lookup branch December 12, 2019 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Different file priority for sync and async version
1 participant