Skip to content

Commit bbf5371

Browse files
davidgilbertsongaearon
authored andcommitted
Fix typo (facebook#3478)
'more' and 'simpler' together is incorrect.
1 parent 8a23a4e commit bbf5371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1370,7 +1370,7 @@ it('renders welcome message', () => {
13701370
All Jest matchers are [extensively documented here](http://facebook.github.io/jest/docs/en/expect.html).<br>
13711371
Nevertheless you can use a third-party assertion library like [Chai](http://chaijs.com/) if you want to, as described below.
13721372

1373-
Additionally, you might find [jest-enzyme](https://github.com/blainekasten/enzyme-matchers) helpful to simplify your tests with readable matchers. The above `contains` code can be written simpler with jest-enzyme.
1373+
Additionally, you might find [jest-enzyme](https://github.com/blainekasten/enzyme-matchers) helpful to simplify your tests with readable matchers. The above `contains` code can be written more simply with jest-enzyme.
13741374

13751375
```js
13761376
expect(wrapper).toContainReact(welcome)

0 commit comments

Comments
 (0)