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, expect } from "bun:test"; test.skip("unimplemented feature", () => { expect(Bun.isAwesome()).toBe(true); });
bun test
test.test.ts: » unimplemented feature 0 pass 1 skip 0 fail Ran 1 test across 1 file. [74.00ms]
Was this page helpful?