Sign in
mojo
/
mojo
/
977e2fec0fa3eaf70bd873fc5f537a2aa59b266d
/
.
/
sky
/
tests
/
modules
/
script-import.sky
blob: 17e0870ae01627325dc99b919be9a968224859b3 [
file
]
<script>
module
.
import
(
"resources/pass.sky"
).
then
(
function
(
hello
)
{
internals
.
notifyTestComplete
(
hello
);
});
</script>