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 8996c1c commit 1afabf5Copy full SHA for 1afabf5
1 file changed
docs/ExpectAPI.md
@@ -67,7 +67,7 @@ test('numeric ranges', () => {
67
});
68
```
69
70
-_Note_: In TypeScript, when using `@types/jest` for example, you can declare the new `toBeWithinRange` matcher like this:
+_Note_: In TypeScript, when using `@types/jest` for example, you can declare the new `toBeWithinRange` matcher in the imported module like this:
71
72
```ts
73
declare global {
0 commit comments