-
-
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
Jest debug on Windows: SyntaxError: missing ) after argument list #3750
Comments
On Windows you can run it by the path instead of bin :
|
@charpeni That fix worked for me (Windows 10) after I first removed |
I'll reopen the issue because the underlying one seems to not have been fixed. |
I reckon it has to do with Jest using Istanbul and this being an issue of Istanbul: https://github.com/gotwarlost/istanbul#usage-on-windows |
The command seems to run. I use node Inspector Manager to open automatically the debugger. However, I see no output in there. Edit |
See similar problem in jestjs/jest#3750 (comment), was getting > SyntaxError: missing ) after argument list
My 2c on windows:
is working for me, note |
I don't think this strictly a windows issue: |
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. |
Do you want to request a feature or report a bug?
Report bug
What is the current behavior?
On Windows 7 Pro:
What is the expected behavior?
Jest to run in node debugger.
Please provide your exact Jest configuration and mention your Jest, node, yarn/npm version and operating system.
Windows 7 Pro
jest v20.0.4
jest-preset-angular v2.0.2
Istanbul had a similar issue on Windows:
The text was updated successfully, but these errors were encountered: