1
0
Fork 1
mirror of https://example.com synced 2024-11-23 06:26:39 +09:00
firefish/packages/backend/.mocharc.json

11 lines
185 B
JSON
Raw Normal View History

2023-07-20 04:17:05 +09:00
{
"extension": ["ts","js","cjs","mjs"],
"node-option": [
"experimental-specifier-resolution=node",
"loader=./test/loader.js"
],
"slow": 1000,
"timeout": 30000,
"exit": true
}