Skip to content

Commit dbd44b5

Browse files
committed
Fix Mocha config to run TS tests again
1 parent 550f2bb commit dbd44b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.mocharc.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@
33
process.env.NODE_ENV = "test";
44

55
module.exports = {
6-
6+
require: [
7+
"ts-node/register"
8+
]
79
};

0 commit comments

Comments
 (0)