test262/implementation-contributed/javascriptcore/modules/import-named-async.js

5 lines
127 B
JavaScript

import { shouldBe } from "./resources/assert.js";
import { async } from "./import-named-async/target.js"
shouldBe(async, 42);