1
0
Fork 0
peertube/.mocharc.cjs

11 lines
197 B
JavaScript
Raw Permalink Normal View History

2024-02-21 15:16:09 +00:00
process.env.TSX_TSCONFIG_PATH = './packages/tests/tsconfig.json'
module.exports = {
"node-option": [
2024-02-23 15:29:52 +00:00
"import=tsx",
"no-warnings",
"conditions=peertube:tsx"
],
"timeout": 30000
}