We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npm test
1 parent a4f740a commit 07f8b68Copy full SHA for 07f8b68
package.json
@@ -13,7 +13,8 @@
13
],
14
"scripts": {
15
"pretest": "npm run format && npm run build",
16
- "test": "TEST_PORT=1234 TS_NODE_CACHE=0 nyc mocha",
+ "test": "TEST_PORT=1234 TS_NODE_CACHE=0 mocha",
17
+ "covtest": "TEST_PORT=1234 TS_NODE_CACHE=0 nyc mocha",
18
"prettier": "prettier \"{lib,test}/**/*.ts\"",
19
"format": "npm run prettier -- --write",
20
"format:check": "npm run prettier -- -l",
0 commit comments