1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-02-17 07:47:28 -06:00
paricafe/.mocharc.json
2021-03-23 17:54:43 +09:00

7 lines
152 B
JSON

{
"extension": ["ts","js","cjs","mjs"],
"require": ["ts-node/register", "tsconfig-paths/register"],
"slow": 1000,
"timeout": 30000,
"exit": true
}