We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db222e3 commit cf1d7f5Copy full SHA for cf1d7f5
test/parallel/test-typescript.js
@@ -10,7 +10,7 @@ test('execute a typescript file', async () => {
10
stderr,
11
stdout,
12
} = await spawnPromisified(process.execPath, [
13
- '--expose-internals', '--experimental-typescript',
+ '--experimental-typescript',
14
fixtures.path('typescript/test-typescript.ts'),
15
], { stdio: ['inherit'] });
16
0 commit comments