Skip to content

Instantly share code, notes, and snippets.

@slamb2k
Created May 5, 2017 02:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slamb2k/2af2bca340c431a4c7b0919b009d68f1 to your computer and use it in GitHub Desktop.
Save slamb2k/2af2bca340c431a4c7b0919b009d68f1 to your computer and use it in GitHub Desktop.
VSMobileCenterBuildCobertura
"scripts": {
"test": "istanbul cover node_modules/mocha/bin/_mocha -- -R list",
"coverage": "istanbul cover --report cobertura node_modules/mocha/bin/_mocha -- -R list"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment