Skip to content

Commit 7af18ed

Browse files
authored
Merge pull request #22 from facebookincubator/master
Update from upstream repo facebookincubator/create-react-app@master
2 parents 23c96c2 + 2d0ef6a commit 7af18ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/template/README.md

Lines changed: 1 addition & 1 deletion
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)