-
-
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
passing setupFiles
config from CLI
#1022
Comments
i can implement something like |
nope. There is |
@cpojer |
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. |
i need to pass a reporter setup file from CLI keeping the rest of the config (in package.json) untouched.
Is there an easy way to do it?
basically i need to setup an extra
console.log
calls for react equivalence tests (facebook/react#6769 (comment)), but only do it from another test so it doesn't flood the output of the mainnpm test
commandThe text was updated successfully, but these errors were encountered: