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