diff options
Diffstat (limited to '.mocharc.cjs')
-rw-r--r-- | .mocharc.cjs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.mocharc.cjs b/.mocharc.cjs new file mode 100644 index 000000000..88566cfcb --- /dev/null +++ b/.mocharc.cjs | |||
@@ -0,0 +1,10 @@ | |||
1 | process.env.ESBK_TSCONFIG_PATH = './packages/tests/tsconfig.json' | ||
2 | |||
3 | module.exports = { | ||
4 | "node-option": [ | ||
5 | "loader=tsx", | ||
6 | "no-warnings", | ||
7 | "conditions=peertube:tsx" | ||
8 | ], | ||
9 | "timeout": 30000 | ||
10 | } | ||