-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Use cwd-relative pathname to load config file #3829
Commits on Mar 12, 2019
-
fix(lib/cli/config.js): Add cwd-relative fallback to load config file
Original code only used module-relative path loading, which made `--config` argument non-obvious. Added fallback processing. Added debug logging. Minor cleanup. #3822
Configuration menu - View commit details
-
Copy full SHA for 7d7154e - Browse repository at this point
Copy the full SHA 7d7154eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49c55cc - Browse repository at this point
Copy the full SHA 49c55ccView commit details
Commits on Mar 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for bcbcb6d - Browse repository at this point
Copy the full SHA bcbcb6dView commit details
Commits on Mar 16, 2019
-
feat(cli/config.js): Change config file load scheme to be cwd-relative
Changed parser load order to attempt local file load first. Additionally, made change that allows for Mocha config to be loaded from a package. BREAKING CHANGE: Anyone depending on previous module-based loading style will need to change to cwd-relative scheme.
Configuration menu - View commit details
-
Copy full SHA for cf62435 - Browse repository at this point
Copy the full SHA cf62435View commit details -
Configuration menu - View commit details
-
Copy full SHA for e578813 - Browse repository at this point
Copy the full SHA e578813View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dcb8e3 - Browse repository at this point
Copy the full SHA 5dcb8e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6a61d1 - Browse repository at this point
Copy the full SHA e6a61d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bc0df6 - Browse repository at this point
Copy the full SHA 8bc0df6View commit details
Commits on Mar 17, 2019
-
test(integration/config.spec.js): Add tests for configuring with a pa…
…ckage As I used symlinks, some tests will likely fail on Windows...
Configuration menu - View commit details
-
Copy full SHA for e344846 - Browse repository at this point
Copy the full SHA e344846View commit details
Commits on Mar 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a3b0489 - Browse repository at this point
Copy the full SHA a3b0489View commit details
Commits on Mar 19, 2019
-
test(fixtures/config/mocha-config): Add fixture for Mocha configurati…
…on package That moment when you realize the tests are failing b/c you forgot to commit the fixture...
Configuration menu - View commit details
-
Copy full SHA for 00450dd - Browse repository at this point
Copy the full SHA 00450ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0af6421 - Browse repository at this point
Copy the full SHA 0af6421View commit details
Commits on Apr 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 24795ee - Browse repository at this point
Copy the full SHA 24795eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55ce117 - Browse repository at this point
Copy the full SHA 55ce117View commit details -
test(cli/config.spec.js): Updated CLI test
Reverted back to use JSON parser by default.
Configuration menu - View commit details
-
Copy full SHA for 9d46628 - Browse repository at this point
Copy the full SHA 9d46628View commit details -
refactor(cli/config.js): Updates per PR review
Reverted `loadConfig` to default to JSON parser. Changed `parsers.js` to fallback to module-relative loading, removing the package loader.
Configuration menu - View commit details
-
Copy full SHA for 7251c18 - Browse repository at this point
Copy the full SHA 7251c18View commit details -
Configuration menu - View commit details
-
Copy full SHA for b51af9d - Browse repository at this point
Copy the full SHA b51af9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4853993 - Browse repository at this point
Copy the full SHA 4853993View commit details