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

7 lines
156 B
Plaintext

return {
test_delay: function() {
// Spawns the delay actor which counts to 60 and stops
$_.start(e => {}, "tests/delay_actor")
}
}