Skip to content

Commit

Permalink
docs(readme): removed an extra word
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisAntaki authored and cnishina committed Jan 6, 2017
1 parent e9ef598 commit 6023066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Features

- If a `done` function is passed to the test, waits for both the control flow and until done is called.

- If a test returns a promise, waits for both the the control flow and the promise to resolve.
- If a test returns a promise, waits for both the control flow and the promise to resolve.

- Enhances `expect` so that it automatically unwraps promises before performing the assertion.

Expand Down

0 comments on commit 6023066

Please sign in to comment.