Skip to content

Commit fa6d06f

Browse files
committed
Move from ts-node to tsx for tests
1 parent ac5d160 commit fa6d06f

File tree

3 files changed

+727
-87
lines changed

3 files changed

+727
-87
lines changed

Diff for: .mocharc.json

+1-2
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)