Skip to content

Commit

Permalink
Move from ts-node to tsx for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brendandburns committed Oct 24, 2024
1 parent ac5d160 commit fa6d06f
Show file tree
Hide file tree
Showing 3 changed files with 727 additions and 87 deletions.
3 changes: 1 addition & 2 deletions .mocharc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
// Specify "require" for CommonJS
"require": "ts-node/register",
"require": "tsx",
"extensions": ["ts"],
"spec": [
"src/**/*_test.ts"
Expand Down
Loading

0 comments on commit fa6d06f

Please sign in to comment.