Skip to content

Commit

Permalink
Trying a diff mocha config
Browse files Browse the repository at this point in the history
  • Loading branch information
ProfMoo committed Dec 4, 2024
1 parent 5a75ea3 commit e8af00c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .mocharc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
"require": [
"ts-node/register"
],
"spec": "src/**/*.test.ts"
"spec": "src/**/*.test.ts",
"watch-extensions": "ts",
"recursive": true
}

0 comments on commit e8af00c

Please sign in to comment.