Skip to content

Commit bee92db

Browse files
alexkrolickTimer
authored andcommittedOct 17, 2017
Fix dead link to Jest "expect" docs (facebook#3289)
Closes facebook#3291
1 parent 35d2ae4 commit bee92db

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
@@ -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)
Please sign in to comment.