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