Files
cell/tests/portal.cm
2025-12-05 23:21:07 -06:00

7 lines
130 B
Plaintext

return {
test_portal: function() {
// Starts the portal actor
$_.start(e => {}, "tests/portal_actor")
}
}