I’m running npm run test
in my Bamboo Specs. The test runs fine but after it completes, the job just stops and hangs. Is there a way to ‘Ctrl + C’ like in command line to exit the jest test?
My bamboo.yaml can be found here
Simon says:
` Have you tried to upgrade watchman: https://github.com/facebook/jest/issues/4529 `
Simon out.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.