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