Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
test.skip
import { test } from "bun:test"; test.skip("未实现的功能", () => { expect(Bun.isAwesome()).toBe(true); });
bun test
test.test.ts: ✓ add [0.03ms] ✓ multiply [0.02ms] » 未实现的功能 2 通过 1 跳过 0 失败 2 个 expect() 调用 跨 1 个文件运行了 3 个测试。 [74.00ms]