Skip to content

Commit e08b47e

Browse files
test: avoid node 18 runner deadlock
1 parent f569ee4 commit e08b47e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

node/scripts/run-tests.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const testFiles = readdirSync(testsDirectory)
1313
for (const testFile of testFiles) {
1414
const result = spawnSync(
1515
process.execPath,
16-
[tsxCli, '--test', fileURLToPath(new URL(testFile, testsDirectory))],
16+
[tsxCli, fileURLToPath(new URL(testFile, testsDirectory))],
1717
{ stdio: 'inherit' },
1818
);
1919

0 commit comments

Comments
 (0)