Sign in
webkit
/
WebKit
/
5969b6f1f74632b1546edb27bd956b187c2c3d52
/
.
/
JSTests
/
modules
/
import-call.js
blob: eb523e78cbc780a97ddf93d796fb473e26772e5d [
file
] [
log
] [
blame
]
import
{
shouldBe
}
from
"./resources/assert.js"
import
(
"./import-call/main.js"
).
then
((
result
)
=>
{
shouldBe
(
result
.
Cocoa
,
42
);
});