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