Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarify what objects toContain and toContainEqual can be used on (#4307)
This is just a documentation change to clarify that `toContain` and `toContainEqual` matchers work on arrays and strings (but not objects) rather than the more ambiguous "list". This also adds consistency, since all other api method docs refer to "arrays", rather than "lists".
- Loading branch information