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() 调用 共执行 3 个测试,来自 1 个文件。 [74.00ms]