PeerTube/.mocharc.cjs

11 lines
197 B
JavaScript
Raw Normal View History

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