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