Skip to content

Commit 376ef58

Browse files
committed
use ts-node to get correct line numbers
1 parent 7593c25 commit 376ef58

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
@@ -6,7 +6,7 @@
66
"python"
77
],
88
"scripts": {
9-
"test": "tsc -p ./ && mocha",
9+
"test": "tsc -p ./ && mocha -r ts-node/register",
1010
"appveyorTest": "tsc -p ./ && nyc mocha --reporter mocha-appveyor-reporter test/*.js",
1111
"compile": "tsc -watch -p ./"
1212
},

0 commit comments

Comments
 (0)