Skip to content

Commit 4978bab

Browse files
ctcpipPhillip9587
authored andcommitted
🔧 add debug script
1 parent 6f5ff23 commit 4978bab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
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"
49+
"test-cov": "nyc --reporter=html --reporter=text npm test",
50+
"test-debug": "npm test -- --timeout 0"
5051
}
5152
}

0 commit comments

Comments
 (0)