We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4723de3 commit 497f2a2Copy full SHA for 497f2a2
1 file changed
types/vitest.d.ts
@@ -1,15 +1,15 @@
1
-import {type expect} from 'vitest'
+
2
import {type TestingLibraryMatchers} from './matchers'
3
4
declare module 'vitest' {
5
interface Assertion<T = any>
6
extends TestingLibraryMatchers<
7
- ReturnType<typeof expect.stringContaining>,
+ any,
8
T
9
> {}
10
interface AsymmetricMatchersContaining
11
12
13
any
14
15
}
0 commit comments