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

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

参见: