-
Notifications
You must be signed in to change notification settings - Fork 293
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
Is there any way to make this extension run tests with runInBand parameter? #565
Comments
In settings.json: "jest.pathToJest": "./node_modules/.bin/jest --runInBand" |
You can update the "jest.jestCommandLine": "\"./node_modules/.bin/jest\" --runInBand" note in windows I had to wrap |
thanks, @sadeghhosseini. This should have been closed after v4 release. |
No description provided.
The text was updated successfully, but these errors were encountered: