Skip to content

Commit c166e6d

Browse files
committed
Remove added npm script
1 parent 6f3dae1 commit c166e6d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
"lint": "eslint .",
4747
"test": "mocha --require test/support/env --reporter spec --check-leaks --bail test/",
4848
"test-ci": "nyc --reporter=lcov --reporter=text npm test",
49-
"test-cov": "nyc --reporter=html --reporter=text npm test",
50-
"test-debug": "npm test -- --timeout 0"
49+
"test-cov": "nyc --reporter=html --reporter=text npm test"
5150
}
52-
}
51+
}

0 commit comments

Comments
 (0)