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

11 lines
185 B
JSON
Raw Normal View History

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