Skip to main content
To remind yourself to write a test later, use the test.todo function. An implementation isn’t required.
https://mintcdn.com/bun-1dd33a4e/JUhaF6Mf68z_zHyy/icons/typescript.svg?fit=max&auto=format&n=JUhaF6Mf68z_zHyy&q=85&s=7ac549adaea8d5487d8fbd58cc3ea35btest.ts

The bun test output reports the number of todo tests.
terminal

You can provide a test implementation.

Bun doesn’t run the implementation unless you pass the --todo flag. With --todo, the test runs and is expected to fail. If a todo test passes, bun test returns a non-zero exit code.
terminal

See also: