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

7 lines
115 B
Plaintext

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