Skip to content

Commit

Permalink
docs: link to full list of matchers in opening paragraph (#5606)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke authored and SimenB committed Feb 19, 2018
1 parent 4e4a9e0 commit 71c31d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/UsingMatchers.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ id: using-matchers
title: Using Matchers
---

Jest uses "matchers" to let you test values in different ways. There are too
many different matchers to memorize them all, so this document will only try to
introduce the most useful ones.
Jest uses "matchers" to let you test values in different ways. This document
will introduce some commonly used matchers. For the full list,
see the [`expect` API doc](ExpectAPI.md).

### Common Matchers

Expand Down

0 comments on commit 71c31d7

Please sign in to comment.