mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 03:48:56 +00:00
incorrect name for matcher
This commit is contained in:
2
packages/bun-types/bun-test.d.ts
vendored
2
packages/bun-types/bun-test.d.ts
vendored
@@ -37,7 +37,7 @@ declare module "bun:test" {
|
||||
toBe(value: any): void;
|
||||
toContain(value: any): void;
|
||||
toEqual(value: any): void;
|
||||
toBeLength(value: number): void;
|
||||
toHaveLength(value: number): void;
|
||||
toHaveProperty(key: string, value?: any): void;
|
||||
toBeTruthy(): void;
|
||||
toBeFalsy(): void;
|
||||
|
||||
Reference in New Issue
Block a user