Fix tsx testing
This commit is contained in:
parent
ed77d65699
commit
0db27b44f3
|
@ -2,7 +2,7 @@ process.env.TSX_TSCONFIG_PATH = './packages/tests/tsconfig.json'
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
"node-option": [
|
"node-option": [
|
||||||
"import=tsx",
|
"loader=tsx/esm",
|
||||||
"no-warnings",
|
"no-warnings",
|
||||||
"conditions=peertube:tsx"
|
"conditions=peertube:tsx"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue