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 8cc8f70 commit 364280fCopy full SHA for 364280f
index.d.ts
@@ -10,7 +10,7 @@ type DiffOptions = {
10
}
11
12
declare namespace jest {
13
- interface Matchers<R> {
+ interface Matchers<R, T> {
14
/**
15
* Compare the difference between the actual in the `expect()`
16
* vs the object inside `valueB` with some extra options.
0 commit comments