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

Running bun test doesn’t execute this test. The terminal output marks it as skipped.
terminal

See also: