-
Notifications
You must be signed in to change notification settings - Fork 236
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
require()
makes jest plugin crash
#114
Closed
Labels
Comments
Oh, that's bad. Wanna fix it? It's just a matter of safe-guarding
|
jacekkopecky
added a commit
to jacekkopecky/eslint-plugin-jest
that referenced
this issue
May 25, 2018
SimenB
pushed a commit
that referenced
this issue
May 27, 2018
🎉 This issue has been resolved in version 21.15.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This was referenced May 27, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, as I was working, I had a stray
require()
in my code and it made ESlint crash badly; that probably shouldn't happen. Here's the most trivial example that illustrates that:simple.test.js
.eslintrc.js
package.json
Stack trace:
The text was updated successfully, but these errors were encountered: