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 d710abe commit f0f6b55Copy full SHA for f0f6b55
package.json
@@ -12,7 +12,7 @@
12
],
13
"main": "lib/index.js",
14
"scripts": {
15
- "test": "mocha --exit \"lib/**/*.spec.js\"",
+ "test": "mocha --exit --require ts-node/register \"lib/**/*.spec.js\"",
16
"preversion": "git push && npm test",
17
"postversion": "git push && git push --tags"
18
},
0 commit comments