Skip to content

Commit ac7bb86

Browse files
committed
ci(tests): fix spelling in coverage test script #36
1 parent 02e0a4d commit ac7bb86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"pretest": "./node_modules/.bin/eslint lib test index.js",
3939
"test": "NODE_ENV=test ./node_modules/.bin/mocha 'test/**/*_test.js'",
4040
"test-debug": "NODE_ENV=test ./node_modules/.bin/mocha --inspect --debug-brk 'test/**/*_test.js'",
41-
"test:coverage": "NODE_ENV=test nyc --report=lcov --reporter=text ./node_modules/.bin/mocha 'test/**/*_test.js'"
41+
"test:coverage": "NODE_ENV=test nyc --reporter=lcov --reporter=text ./node_modules/.bin/mocha 'test/**/*_test.js'"
4242
},
4343
"repository": {
4444
"type": "git",

0 commit comments

Comments
 (0)