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