Skip to content

Commit 2d0ef6a

Browse files
alexkrolickTimer
authored andcommitted
Fix dead link to Jest "expect" docs (#3289)
Closes #3291
1 parent 991b092 commit 2d0ef6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/template/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1235,7 +1235,7 @@ it('sums numbers', () => {
12351235
});
12361236
```
12371237

1238-
All `expect()` matchers supported by Jest are [extensively documented here](http://facebook.github.io/jest/docs/expect.html).<br>
1238+
All `expect()` matchers supported by Jest are [extensively documented here](https://facebook.github.io/jest/docs/en/expect.html#content).<br>
12391239
You can also use [`jest.fn()` and `expect(fn).toBeCalled()`](http://facebook.github.io/jest/docs/expect.html#tohavebeencalled) to create “spies” or mock functions.
12401240

12411241
### Testing Components

0 commit comments

Comments
 (0)