mirror of
https://github.com/scratchfoundation/scratch-analysis.git
synced 2025-08-28 22:09:00 -04:00
Limit coverage test to avoid exiting with an error. Remove integration script from package.json, there are no integration tests yet.
This commit is contained in:
parent
17f0149d3a
commit
3004342655
1 changed files with 2 additions and 3 deletions
|
@ -10,9 +10,8 @@
|
|||
"scripts": {
|
||||
"test": "npm run test:lint && npm run test:unit && npm run test:integration",
|
||||
"test:lint": "eslint .",
|
||||
"test:unit": "tap --reporter nyan test/unit/*.js",
|
||||
"test:integration": "tap --reporter nyan test/integration/*.js",
|
||||
"test:coverage": "tap test/{unit,integration}/*.js --coverage --coverage-report=lcov"
|
||||
"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"
|
||||
},
|
||||
"author": "Scratch Foundation",
|
||||
"license": "BSD-3-Clause",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue