nork/.mocharc.json

5 lines
72 B
JSON
Raw Normal View History

2021-12-01 18:05:44 +01:00
{
2022-07-30 22:44:24 +02:00
"require": ["ts-node/register"],
"watch-files": ["./src/**/*.ts"]
}