mirror of https://github.com/tc39/test262.git
5 lines
127 B
JavaScript
5 lines
127 B
JavaScript
|
import { shouldBe } from "./resources/assert.js";
|
||
|
import { async } from "./import-named-async/target.js"
|
||
|
|
||
|
shouldBe(async, 42);
|