We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b28fe3c commit 3a340b4Copy full SHA for 3a340b4
1 file changed
package.json
@@ -10,7 +10,7 @@
10
"doc": "npm run doc:gql && node ./bin/makeApiDoc.js && cpy ./CHANGELOG.md ./doc && gitbook install ./doc && gitbook build ./doc && rimraf -rf ./docs && rimraf --rf ./doc/CHANGELOG.md && move-cli ./doc/_book ./docs",
11
"test": "npm run test:lint && npm run test:coverage && npm run test:coverage:threshold",
12
"test:coverage": "nyc --reporter=html mocha ./test && nyc report",
13
- "test:coverage:threshold": "nyc check-coverage --lines 89 --functions 88 --branches 79",
+ "test:coverage:threshold": "nyc check-coverage --lines 88 --functions 88 --branches 78",
14
"test:backend": "mocha ./test",
15
"test:lint": "eslint --ext .js src test *.js plugins"
16
},
0 commit comments