fix tests

This commit is contained in:
2025-12-05 23:21:07 -06:00
parent 744f64b83b
commit ea510d609f
75 changed files with 2098 additions and 2164 deletions

6
tests/portal.cm Normal file
View File

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