1
0
mirror of synced 2026-05-22 14:43:19 +00:00
Files
music-metadata/.mocharc.json
T

8 lines
157 B
JSON
Raw Normal View History

2024-07-21 12:59:36 +02:00
{
"extension": ["ts", "tsx"],
"watch-files": ["lib/**/*.ts", "test/**/*.ts"],
"spec": ["test/*.ts"],
"loader": ["ts-node/esm"],
"timeout": 40000
2024-07-21 12:59:36 +02:00
}