-
Notifications
You must be signed in to change notification settings - Fork 251
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
fix: better error message if react-scripts dependency cannot be found #1694
Conversation
packages/jest-runner/src/configLoaders/ReactScriptsJestConfigLoader.ts
Outdated
Show resolved
Hide resolved
packages/jest-runner/src/configLoaders/ReactScriptsTSJestConfigLoader.ts
Outdated
Show resolved
Hide resolved
looks good to me, i dunno why it had error in E2E tho |
@kmdrGroch Thanks for your feedback. Build Server output:
|
@marcelvdh I saw it. Strange thing is that your previous build had passed, and in the next (where you changed only comments) didn't. So I assume it's just a one-time error. |
@kmdrGroch I started the build again it passed this time. |
I've added tests for the new messages. Wil merge when green. Thanks @marcelvdh and @kmdrGroch |
@nicojs greeen! :D |
Awesome, thanks for the work @marcelvdh |
Fixes #1561