Skip to content

Commit 1afabf5

Browse files
authored
doc(ExpectAPI): improve doc on extend (#11211)
1 parent 8996c1c commit 1afabf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/ExpectAPI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ test('numeric ranges', () => {
6767
});
6868
```
6969

70-
_Note_: In TypeScript, when using `@types/jest` for example, you can declare the new `toBeWithinRange` matcher like this:
70+
_Note_: In TypeScript, when using `@types/jest` for example, you can declare the new `toBeWithinRange` matcher in the imported module like this:
7171

7272
```ts
7373
declare global {

0 commit comments

Comments
 (0)