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