Skip to content

Instantly share code, notes, and snippets.

@majirosstefan
Created September 19, 2021 09:57
Show Gist options
  • Save majirosstefan/3bde5b6f32f84800ecf11ea06286694e to your computer and use it in GitHub Desktop.
Save majirosstefan/3bde5b6f32f84800ecf11ea06286694e to your computer and use it in GitHub Desktop.
echo "Starting coverage report"
npm run test:coverage > jestOutput.txt
// command above will call this command in package.json
"test:coverage": "jest --coverage --detectOpenHandles --silent ",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment