ShitpostPoridgeClub/packages/backend/.mocharc.json

8 lines
152 B
JSON
Raw Permalink Normal View History

2022-03-06 21:07:44 +03:00
{
"extension": ["ts","js","cjs","mjs"],
"require": ["ts-node/register", "tsconfig-paths/register"],
"slow": 1000,
"timeout": 35000,
"exit": true
}