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