Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix linting errors
  • Loading branch information
mtlewis committed Apr 11, 2018
commit 91a440c9f1fe2d9a56ccbdee017a1f7569924fad
8 changes: 4 additions & 4 deletions docs/ExpectAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,8 @@ describe('not.stringContaining', () => {

### `expect.not.stringMatching(string | regexp)`

`expect.not.stringMatching(string | regexp)` matches the received string that does not
match the expected regexp.
`expect.not.stringMatching(string | regexp)` matches the received string that
does not match the expected regexp.

It is the inverse of `expect.stringMatching`.

Expand Down Expand Up @@ -384,8 +384,8 @@ exact expected string.

### `expect.stringMatching(string | regexp)`

`expect.stringMatching(string | regexp)` matches the received string that matches the
expected regexp.
`expect.stringMatching(string | regexp)` matches the received string that
matches the expected regexp.

You can use it instead of a literal value:

Expand Down