Skip to content

Commit

Permalink
Update test/language/import/import-defer/deferred-namespace-object/to…
Browse files Browse the repository at this point in the history
…-string-tag.js

Co-authored-by: Linus Groh <[email protected]>
  • Loading branch information
2 people authored and Ms2ger committed Dec 18, 2024
1 parent d27bf2d commit 6195971
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ features: [import-defer]
includes: [propertyHelper.js]
---*/

import * as ns from "./dep_FIXTURE.js";
import defer * as ns from "./dep_FIXTURE.js";

verifyProperty(ns, Symbol.toStringTag, {
value: "Deferred Module",
Expand Down

0 comments on commit 6195971

Please sign in to comment.