Skip to content
This repository has been archived by the owner on Mar 5, 2021. It is now read-only.

Commit

Permalink
Actually proper coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoTheThird committed Apr 2, 2020
1 parent f62b765 commit 200821f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "./src/module.js",
"scripts": {
"test": "mocha ./tests/unit-tests/*",
"test-travis": "./node_modules/nyc/bin/nyc.js --exclude='tests/**/*.js' --reporter=lcov ./node_modules/mocha/bin/_mocha -- -R spec ./tests/unit-tests/*",
"test-travis": "./node_modules/nyc/bin/nyc.js --exclude='**/test_*.js' --reporter=lcov ./node_modules/mocha/bin/_mocha -- -R spec ./tests/unit-tests/*",
"lint": "npx eslint tests/unit-tests/*.js src/*.js",
"lint-fix": "npm run lint -- --fix"
},
Expand Down

0 comments on commit 200821f

Please sign in to comment.