Skip to content

Commit b8c5bfc

Browse files
authored
Merge pull request #1972 from brendandburns/tsx
Switch from ts-node to tsx for tests
2 parents 3903d83 + 95136e1 commit b8c5bfc

File tree

4 files changed

+718
-273
lines changed

4 files changed

+718
-273
lines changed

.mocharc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
2-
// Specify "require" for CommonJS
3-
"require": "ts-node/register",
2+
"require": "tsx",
43
"extensions": ["ts"],
54
"spec": [
65
"src/**/*_test.ts"

0 commit comments

Comments
 (0)