PeerTube/.mocharc.cjs

11 lines
197 B
JavaScript
Raw Normal View History

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