Skip to content

Commit 3a340b4

Browse files
committed
fixed test
1 parent b28fe3c commit 3a340b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"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",
1111
"test": "npm run test:lint && npm run test:coverage && npm run test:coverage:threshold",
1212
"test:coverage": "nyc --reporter=html mocha ./test && nyc report",
13-
"test:coverage:threshold": "nyc check-coverage --lines 89 --functions 88 --branches 79",
13+
"test:coverage:threshold": "nyc check-coverage --lines 88 --functions 88 --branches 78",
1414
"test:backend": "mocha ./test",
1515
"test:lint": "eslint --ext .js src test *.js plugins"
1616
},

0 commit comments

Comments
 (0)