Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include assertion message as context (close #993)
Resolves #991 This expect statement expect("foo", "the foo").to.equal("bar"); now includes "the foo" as context for the failed match. 1) reporter shows reason for failed assertion: the foo + expected - actual +"bar" -"foo"
- Loading branch information