nork/.mocharc.json

4 lines
77 B
JSON
Raw Normal View History

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