Skip to main content
要在 Bun 测试运行器中跳过测试,请使用 test.skip 函数。
test.test.ts

运行 bun test 不会执行此测试。终端输出会将其标记为已跳过。
terminal

另请参见: