Skip to main content
To skip a test with the Bun test runner, use the test.skip function.
test.ts

Running bun test will not execute this test. It will be marked as skipped in the terminal output.
terminal

See also: