We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 099733d commit d14772dCopy full SHA for d14772d
scripts/unit-typescript-swc-node-register.js
@@ -4,7 +4,8 @@ const { exec } = require('node:child_process')
4
5
const args = [
6
'node',
7
- '--require=@swc-node/register',
+ '-r',
8
+ '@swc-node/register',
9
'test/typescript/basic.ts'
10
]
11
0 commit comments