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