Skip to content

Commit

Permalink
fixup! no need for expose-internals
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-ippolito committed Jul 1, 2024
1 parent db222e3 commit cf1d7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test('execute a typescript file', async () => {
stderr,
stdout,
} = await spawnPromisified(process.execPath, [
'--expose-internals', '--experimental-typescript',
'--experimental-typescript',
fixtures.path('typescript/test-typescript.ts'),
], { stdio: ['inherit'] });

Expand Down

0 comments on commit cf1d7f5

Please sign in to comment.