Sign in
webkit
/
WebKit
/
36168652e4948b4e847a9c1caf1fabcf1810968f
/
.
/
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
);
});