-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Option "projects" in configuration file does not work #5253
Comments
This feature is not yet released, see #5176 and Changelog: https://github.com/facebook/jest/blob/master/CHANGELOG.md |
We should probably update the docs stating that it's not released yet (I want #5190 really bad, so much confusion around it) |
I hope it get released soon 😸 |
It has been released now, though |
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. |
Do you want to request a feature or report a bug?: Bug
What is the current behavior?: Jest won't run when I include
projects
option in the configuration file and pass an array of Object into that. Just like the example in docs: https://facebook.github.io/jest/docs/en/configuration.html#projects-array-string-projectconfigReturned with error:
Reproduce: https://repl.it/repls/ImpeccablePortlyDiscus
What is the expected behavior?: It should able to load projects with different setting for each project.
Please provide your exact Jest configuration and mention your Jest, node,
yarn/npm version and operating system.:
yarn: v1.0.2
npm 5.3.0
node: v8.6.0
OS: OS X 10.12.6
The text was updated successfully, but these errors were encountered: