-
Notifications
You must be signed in to change notification settings - Fork 309
Closed
Description
Environment
-
node -v
: [8.9.0] -
npm -v
: [5.4.2] -
Operating system: [macOS v10.12.5]
Steps to Reproduce
Install Jest extension
Restart VS Code
Expected Behavior
Jest extension runs without error
Actual Behavior
Jest extension errors after multiple attempts at running
Task bar says "Jest: stopped (too many restarts)
Package.json scripts:
"scripts": {
"start": "concurrently --kill-others \"better-npm-run start-prod\" \"npm run start-api\"",
"test": "jest",
"updateSnapshots": "jest --updateSnapshot",
"test-watch": "jest --watch",
},
Let me know if you need any further info
Thanks,
Owen