mirror of https://github.com/tc39/test262.git
6 lines
137 B
JavaScript
6 lines
137 B
JavaScript
|
import { shouldBe } from "./resources/assert.js"
|
||
|
|
||
|
import("./import-call/main.js").then((result) => {
|
||
|
shouldBe(result.Cocoa, 42);
|
||
|
});
|