Skip to content

Commit

Permalink
fix: adusting testsw
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-ifood committed Sep 13, 2024
1 parent 53076ac commit 06554d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/es-module/test-typescript.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ test('execute a JavaScript file importing a cjs TypeScript file', async () => {
strictEqual(result.code, 0);
});

test('execute a TypeScript file with Union Types', async () => {
test('execute a TypeScript file with union types', async () => {
const result = await spawnPromisified(process.execPath, [
'--experimental-strip-types',
'--no-warnings',
Expand Down

0 comments on commit 06554d2

Please sign in to comment.