Skip to content

Commit

Permalink
feat: update types
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunqing committed Oct 6, 2023
1 parent da21043 commit bbd68c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/expect/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ export interface AsymmetricMatchersContaining {
arrayContaining<T = unknown>(expected: Array<T>): any
stringMatching(expected: string | RegExp): any
closeTo(expected: any, precision?: number): any

}

export interface JestAssertion<T = any> extends jest.Matchers<void, T> {
Expand Down

0 comments on commit bbd68c9

Please sign in to comment.