Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit bfa4a31

Browse files
authored
Remove double test script
1 parent 6d81d97 commit bfa4a31

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
"test:integration": "mocha -r @babel/register -r babel-polyfill test/integration/**/*.js",
1515
"test": "mocha -r @babel/register -r babel-polyfill test/unit/**/*.js",
1616
"test:prod": "cross-env BABEL_ENV=production npm run test",
17-
"test:watch": "npm test -- --watch",
18-
"test": "npm run cover"
17+
"test:watch": "npm test -- --watch"
1918
},
2019
"files": [
2120
"lib",

0 commit comments

Comments
 (0)