incorrect name for matcher

This commit is contained in:
Dylan Conway
2022-12-02 02:30:35 -08:00
parent 074f236994
commit 917cbc8d5d

View File

@@ -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;