1
0
Fork 1
mirror of https://example.com synced 2024-11-23 21:56:39 +09:00
firefish/packages/backend/.mocharc.json
2022-06-05 19:46:52 +09:00

10 lines
185 B
JSON

{
"extension": ["ts","js","cjs","mjs"],
"node-option": [
"experimental-specifier-resolution=node",
"loader=./test/loader.js"
],
"slow": 1000,
"timeout": 10000,
"exit": true
}