Skip to content

Commit

Permalink
choreL fixed type
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Dec 29, 2021
1 parent d2ccfb4 commit 7b23923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitest/src/integrations/chai/types.ts
Expand Up @@ -30,7 +30,7 @@ export type MatcherState = {
expectedAssertionsNumber?: number | null
expectedAssertionsNumberError?: Error | null
isExpectingAssertions?: boolean
isExpectingAssertionsError?: Error
isExpectingAssertionsError?: Error | null
isNot: boolean
promise: string
suppressedErrors: Array<Error>
Expand Down

0 comments on commit 7b23923

Please sign in to comment.