LibJS: Remove support for the "assert" keyword for import attributes

This was removed from the spec some time ago. See:
14286bb
This commit is contained in:
Timothy Flynn 2025-01-20 12:07:29 -05:00 committed by Andreas Kling
commit b64a355a30
Notes: github-actions[bot] 2025-01-21 13:59:26 +00:00
7 changed files with 14 additions and 31 deletions

View file

@ -179,8 +179,8 @@ describe("in- and exports", () => {
);
});
test("can import with (useless) assertions", () => {
expectModulePassed("./import-with-assertions.mjs");
test("can import with (useless) attributes", () => {
expectModulePassed("./import-with-attributes.mjs");
});
test("namespace has expected ordering", () => {