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 abba961 commit 4468378Copy full SHA for 4468378
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