We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b04ee28 commit dd81596Copy full SHA for dd81596
scripts/setup-vitest.ts
@@ -1,8 +1,7 @@
1
import type { MockInstance } from 'vitest'
2
3
declare module 'vitest' {
4
- interface Assertion<T = any> extends CustomMatchers<T> {}
5
- interface AsymmetricMatchersContaining extends CustomMatchers {}
+ interface Matchers<T = any> extends CustomMatchers<T> {}
6
}
7
8
interface CustomMatchers<R = unknown> {
0 commit comments