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
If the current behavior is a bug, please provide the steps to reproduce and either a repl.it demo through https://repl.it/languages/jest or a minimal repository on GitHub that we can yarn install and yarn test.
Rename main folder from jesting-test- to jesting (test)
npm install and run npm test on Windows 10. You should get the error mentioned above.
What is the expected behavior?
To pass the test. Simply remove the parenthesis and run the test again. It should pass as expected.
Please provide your exact Jest configuration and mention your Jest, node, yarn/npm version and operating system.
Node v7.10.0
NPM v4.2.0
Jest v21.0.2 (default configuration)
Windows 10 (Version: 1607, OS Build: 14393.1593)
The text was updated successfully, but these errors were encountered:
I understand this is probably an edge case but would be nice to have this resolved.
Do you want to request a feature or report a bug?
Report a bug.
What is the current behavior?
If a folder name contains parenthesis ( ) then tests fail.
A similar issue was reported #1462 and #1551.
If the current behavior is a bug, please provide the steps to reproduce and either a repl.it demo through https://repl.it/languages/jest or a minimal repository on GitHub that we can
yarn install
andyarn test
.jesting-test-
tojesting (test)
npm install
and runnpm test
on Windows 10. You should get the error mentioned above.What is the expected behavior?
To pass the test. Simply remove the parenthesis and run the test again. It should pass as expected.
Please provide your exact Jest configuration and mention your Jest, node, yarn/npm version and operating system.
Node v7.10.0
NPM v4.2.0
Jest v21.0.2 (default configuration)
Windows 10 (Version: 1607, OS Build: 14393.1593)
The text was updated successfully, but these errors were encountered: