mirror of
https://github.com/scratchfoundation/scratch-analysis.git
synced 2025-08-28 22:09:00 -04:00
Coverage is now part of default npm test behavior
This commit is contained in:
parent
3004342655
commit
a0ff8c0fb3
1 changed files with 2 additions and 3 deletions
|
@ -8,10 +8,9 @@
|
|||
"test": "test"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "npm run test:lint && npm run test:unit && npm run test:integration",
|
||||
"test": "npm run test:lint && npm run test:unit",
|
||||
"test:lint": "eslint .",
|
||||
"test:unit": "tap --reporter nyan test/unit/*.js --statements=97 --branches=97",
|
||||
"test:coverage": "tap test/{unit,integration}/*.js --coverage --coverage-report=lcov --statements=97 --branches=97"
|
||||
"test:unit": "tap --reporter nyan test/unit/*.js --statements=97 --branches=97"
|
||||
},
|
||||
"author": "Scratch Foundation",
|
||||
"license": "BSD-3-Clause",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue