Unit Test Missing
Each live object should have unit tests inside.
Incorrect:
# Foo.
[] > foo
Correct:
# Foo.
[] > foo
# Test works.
[] +> prints-hello-world
stdout > @
"Hello, world"
Published on Sun Jun 22 07:53:06 UTC 2025.
Each live object should have unit tests inside.
Incorrect:
# Foo.
[] > foo
Correct:
# Foo.
[] > foo
# Test works.
[] +> prints-hello-world
stdout > @
"Hello, world"
Published on Sun Jun 22 07:53:06 UTC 2025.