JEST tests complete successfully but returns exit status 1 · Issue #9324 · jestjs/jest

I run JEST tests using npm run test:jest and the corresponding entry in package.json is "test:jest": "jest --config=./jest.config.js", All tests run successfully, but returns with exit code 1 Test ...