nork/.mocharc.json
2022-07-30 22:44:24 +02:00

5 lines
72 B
JSON

{
"require": ["ts-node/register"],
"watch-files": ["./src/**/*.ts"]
}