Fix tsx testing

This commit is contained in:
Chocobozzz 2024-02-23 15:46:55 +01:00
parent ed77d65699
commit 0db27b44f3
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

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"
],