Created
September 19, 2021 09:57
-
-
Save majirosstefan/3bde5b6f32f84800ecf11ea06286694e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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