0

Running the unit test with jest in looper for a react project. The unit test job is triggered in the looper, all the unit tests were run and getting the coverage info in the logs. Got the message - "Ran all test suites" but still looper is not exiting from the unit test job. it keeps on running. How to exit from the job and kickstart the next job say sonar coverage.

Please find the logs from CI (looper)

14:59:03 Test Suites: 10 failed, 23 passed, 33 total 14:59:03 Tests: 29 failed, 90 passed, 119 total 14:59:03 Snapshots: 2 failed, 2 total 14:59:03 Time: 39.887s 14:59:03 Ran all test suites.

and getting stuck here and getting timed out.

Tried --forceExit, --openHandler etc nothing is worked out.

Hari
  • 1
  • 1
  • Any chance you could [edit] your question to share a [mcve] ([as **text**, not as a screen shot](https://meta.stackoverflow.com/a/285557)) showing some code that reproduces the problem? From [ask]: *Help others reproduce the problem... if your problem is with code you've written, you should include some...Include just enough code to allow others to reproduce the problem.* – dbc Nov 16 '22 at 01:53

0 Answers0