You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Iam trying to run npm run test with jest installed but test suite is failed to run
To Reproduce
npm run test
Expected behavior
Checking whether tests are working for failing
Paste the results here:
FAIL src/components/AddTodoInput/AddTodoInput.spec.js
● Test suite failed to run
SyntaxError: Invalid regular expression: /[\\\\\]node_modules[\\\\\].+\.(js|jsx|mjs)$/: Unterminated character class
at new RegExp (<anonymous>)
at shouldTransform (node_modules/jest-runtime/build/script_transformer.js:603:9)
The text was updated successfully, but these errors were encountered:
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.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
🐛 Bug Report
Iam trying to run npm run test with jest installed but test suite is failed to run
To Reproduce
npm run test
Expected behavior
Checking whether tests are working for failing
Paste the results here:
FAIL src/components/AddTodoInput/AddTodoInput.spec.js
● Test suite failed to run
The text was updated successfully, but these errors were encountered: