Skip to content

Commit cf1d7f5

Browse files
fixup! no need for expose-internals
1 parent db222e3 commit cf1d7f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-typescript.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ test('execute a typescript file', async () => {
1010
stderr,
1111
stdout,
1212
} = await spawnPromisified(process.execPath, [
13-
'--expose-internals', '--experimental-typescript',
13+
'--experimental-typescript',
1414
fixtures.path('typescript/test-typescript.ts'),
1515
], { stdio: ['inherit'] });
1616

0 commit comments

Comments
 (0)