Files
opencode-kimi-full/test/bun-test.d.ts
T
2026-04-19 02:20:10 -04:00

6 lines
152 B
TypeScript

declare module "bun:test" {
export const test: (...args: any[]) => any
export const expect: any
export const afterEach: (...args: any[]) => any
}