mirror of https://github.com/tc39/test262.git
7 lines
138 B
JavaScript
7 lines
138 B
JavaScript
|
import { shouldBe } from "./resources/assert.js";
|
||
|
import async from "./import-default-async.js"
|
||
|
|
||
|
export default 42;
|
||
|
|
||
|
shouldBe(async, 42);
|