Fix tsx testing

This commit is contained in:
Chocobozzz
2024-02-23 15:46:55 +01:00
parent ed77d65699
commit 0db27b44f3

View File

@@ -2,7 +2,7 @@ process.env.TSX_TSCONFIG_PATH = './packages/tests/tsconfig.json'
module.exports = {
"node-option": [
"import=tsx",
"loader=tsx/esm",
"no-warnings",
"conditions=peertube:tsx"
],