1
0
mirror of synced 2026-05-22 14:43:19 +00:00
Files
music-metadata/.mocharc.json
T
2025-06-22 13:04:49 +02:00

8 lines
157 B
JSON

{
"extension": ["ts", "tsx"],
"watch-files": ["lib/**/*.ts", "test/**/*.ts"],
"spec": ["test/*.ts"],
"loader": ["ts-node/esm"],
"timeout": 40000
}