You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yarn test --ci --json --coverage --testLocationInResults --outputFile=report.json
npx jest --ci --json --coverage --testLocationInResults --outputFile=report.json
npx jest
yarn jest
I'm not sure what I'm doing wrong but I'd appreciate any help.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I see this output for my test step. All tests are passing but jest thinks coverage is zero.
When I run same command on my laptop I can see real results like
My job definitions are like this. All steps before "Test" succeeds
I tried different commands, but none worked
I'm not sure what I'm doing wrong but I'd appreciate any help.
Beta Was this translation helpful? Give feedback.
All reactions