diff --git a/docs/UsingMatchers.md b/docs/UsingMatchers.md index 9a7d9e5c89a7..a7dafbbf4e01 100644 --- a/docs/UsingMatchers.md +++ b/docs/UsingMatchers.md @@ -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