I have been added test as a precommit hook so I need to run tests without watch mod.
I fixed this by using CI=true npm test
CI=true npm test
Most helpful comment
I fixed this by using
CI=true npm test