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.
1 parent 912f0eb commit dfbe4feCopy full SHA for dfbe4fe
package.json
@@ -13,7 +13,7 @@
13
],
14
"scripts": {
15
"build": "tsc",
16
- "test": "mocha test/*.js",
+ "test": "mocha --exit test/*.js",
17
"build-test": "npm run build && npm run test",
18
"prepublishOnly": "npm run build"
19
},
0 commit comments