Skip to content

Instantly share code, notes, and snippets.

@dzeyelid
Last active December 15, 2019 10:40
Show Gist options
  • Save dzeyelid/3193b57bd86222beca285763b345db36 to your computer and use it in GitHub Desktop.
Save dzeyelid/3193b57bd86222beca285763b345db36 to your computer and use it in GitHub Desktop.
package.json sample for "Check! Code Coverage with Jest on Azure DevOps"
"scripts": {
"coverage": "jest --coverage --coverageReporters=cobertura"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment