Skip to content

Commit

Permalink
test: remove invalid test
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviv Keller authored Sep 14, 2024
1 parent d64835f commit c262d44
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions test/es-module/test-esm-extensionless-esm-and-wasm.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,4 @@ describe('extensionless Wasm within no package scope', { concurrency: !process.e
strictEqual(code, 1);
strictEqual(signal, null);
});

// This succeeds with `--experimental-default-type=module`
it('should error on import', async () => {
try {
await import(fixtures.fileURL('es-modules/noext-wasm'));
mustNotCall();
} catch (err) {
ok(err instanceof SyntaxError);
}
});
});

0 comments on commit c262d44

Please sign in to comment.