Move tests to TypeScript (coverage is still JS based)
This commit is contained in:
parent
11e4a12caf
commit
6c08a0be40
41 changed files with 3920 additions and 2712 deletions
5
test/ts-node-register.js
Normal file
5
test/ts-node-register.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
// This file is required to run mocha tests on the TS files directly
|
||||
|
||||
require("ts-node").register({
|
||||
project: "test/tsconfig.json",
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue