Skip to content

Commit

Permalink
Broken link. (#4666)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahbaztariq authored and cpojer committed Oct 11, 2017
1 parent 9bbbfcb commit 264dcb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/MockFunctions.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,4 +261,4 @@ expect(mockFunc.mock.calls[mockFunc.mock.calls.length - 1]).toEqual(
expect(mockFunc.mock.calls[mockFunc.mock.calls.length - 1][0]).toBe(42);
```

For a complete list of matchers, check out the [reference docs](/jest/docs/expect.html).
For a complete list of matchers, check out the [reference docs](/jest/docs/en/expect.html).

0 comments on commit 264dcb0

Please sign in to comment.