Skip to content

Commit

Permalink
Fix dead link to Jest "expect" docs (facebook#3289)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkrolick authored and Timer committed Oct 17, 2017
1 parent 35d2ae4 commit bee92db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1235,7 +1235,7 @@ it('sums numbers', () => {
});
```

All `expect()` matchers supported by Jest are [extensively documented here](http://facebook.github.io/jest/docs/expect.html).<br>
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.

### Testing Components
Expand Down

0 comments on commit bee92db

Please sign in to comment.