Skip to content

Commit f0f6b55

Browse files
committed
require typescript compiler for tests
1 parent d710abe commit f0f6b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"main": "lib/index.js",
1414
"scripts": {
15-
"test": "mocha --exit \"lib/**/*.spec.js\"",
15+
"test": "mocha --exit --require ts-node/register \"lib/**/*.spec.js\"",
1616
"preversion": "git push && npm test",
1717
"postversion": "git push && git push --tags"
1818
},

0 commit comments

Comments
 (0)