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

7 lines
113 B
Plaintext

return {
test_stop: function() {
log.console(`About to stop.`)
// $stop() // Removed
}
}