Files
cell/tests/portal.cm
2025-12-18 18:43:23 -06:00

7 lines
128 B
Plaintext

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