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.
namespace jest
1 parent 325d540 commit 81c1ad7Copy full SHA for 81c1ad7
packages/toolkit/src/tests/utils/CustomMatchers.d.ts
@@ -8,4 +8,10 @@ interface CustomMatchers<R = unknown> {
8
declare module "vitest" {
9
interface Assertion<T = any> extends CustomMatchers<T> {}
10
interface AsymmetricMatchersContaining extends CustomMatchers {}
11
+}
12
+
13
+declare global {
14
+ namespace jest {
15
+ interface Matchers<R> extends CustomMatchers<R> {}
16
+ }
17
}
0 commit comments