Skip to content

Commit a1e1685

Browse files
committed
Switch from ts-node to tsx for tests
1 parent 3903d83 commit a1e1685

File tree

3 files changed

+727
-8
lines changed

3 files changed

+727
-8
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)