Skip to content

Commit

Permalink
build: remove an extra comma from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinnot committed Nov 8, 2019
1 parent d82c8e3 commit 7f15cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -67,7 +67,7 @@
"test": "run-p test:mocha test:tap",
"test:coverage": "tap --coverage-report=html && open coverage/lcov-report/index.html",
"test:mocha": "nyc mocha $(grep -lr '^\\s*it(' tests)",
"test:tap": "tap --100 --coverage --coverage-report=text ./tests/test_*.js",
"test:tap": "tap --100 --coverage --coverage-report=text ./tests/test_*.js"
},
"nyc": {
"reporter": [
Expand Down

0 comments on commit 7f15cb9

Please sign in to comment.