Files
PeerTube/.mocharc.cjs
T

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'
2023-07-31 14:34:36 +02:00
module.exports = {
"node-option": [
2024-02-23 16:29:52 +01:00
"import=tsx",
2023-07-31 14:34:36 +02:00
"no-warnings",
"conditions=peertube:tsx"
],
"timeout": 30000
}