Skip to content

Commit

Permalink
Merge pull request #23 from facebookincubator/master
Browse files Browse the repository at this point in the history
Update from upstream repo facebookincubator/create-react-app@master
  • Loading branch information
JamieDixon committed Oct 17, 2017
2 parents 7af18ed + 1a3017b commit e0410f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-scripts/template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1236,7 +1236,7 @@ it('sums numbers', () => {
```

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

### Testing Components

Expand Down

0 comments on commit e0410f2

Please sign in to comment.