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

multirunner with a wrong project path will try to run tests incorrectly #4037

Closed
aaronabramov opened this issue Jul 14, 2017 · 2 comments
Closed
Assignees

Comments

@aaronabramov
Copy link
Contributor

having

// config.js
module.exports = {
  projects: [
    'non_existing_path/',
    'another_non_existing_path/',
  ],
};

and running

jest --config config.js

will not throw, but try to run jest with some incorrect configuration, which makes it very frustrating to debug.

also

jest --config config.js --showConfig

will not print the accurate config (it'll only print one projectConfig and one globalConfig)

@aaronabramov aaronabramov self-assigned this Jul 14, 2017
@gaearon
Copy link
Contributor

gaearon commented Jul 25, 2017

Just spent an hour here 😄

@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants