Skip to content

Commit

Permalink
Trying to add a loader for mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
ProfMoo committed Dec 4, 2024
1 parent e8af00c commit c8b4fc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .mocharc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"require": [
"ts-node/register"
],
"loader": "ts-node/esm",
"spec": "src/**/*.test.ts",
"watch-extensions": "ts",
"recursive": true
Expand Down

0 comments on commit c8b4fc2

Please sign in to comment.