-
Notifications
You must be signed in to change notification settings - Fork 46
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
Document how to set this up alongside your regular jest config #22
Comments
Hi! Thanks for reporting and sorry for the late response, I've been sick Yeah, that is a great point! I love this, PR is more than welcome 😄 |
So projects is the way to go? I’ll make a PR to the readme when I have access to a computer if nobody else has done it before me |
The "projects" array is an array of paths, according to the docs: https://facebook.github.io/jest/docs/en/configuration.html#projects-array-string - not an array of configs. As far as I'm aware, the only solution here is "two separate jest config files". |
There's a PR to allow config objects here: jestjs/jest#5176 |
@hph discusses this here: keplersj/jest-runner-prettier#7 (comment) |
I will open a PR today to address this. |
projects: ['path/to/jest-main.config.js', 'path/to/jest-eslint.config.js']
in the regular config file for JestIs that the recommended way?
The text was updated successfully, but these errors were encountered: