Skip to content

Commit edef661

Browse files
committed
Fix typo
1 parent 733932d commit edef661

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
@@ -57,7 +57,7 @@
5757
"prepack": "npm run build && npm run format",
5858
"test": "npm run build && npm run format && npm run test-coverage",
5959
"test-api": "node --conditions development test/index.js",
60-
"test-coverage": "c8 --100 --check-coverage --reporter lcov npm run test-api"
60+
"test-coverage": "c8 --100 --reporter lcov npm run test-api"
6161
},
6262
"prettier": {
6363
"bracketSpacing": false,

0 commit comments

Comments
 (0)