Merge branch '1123-custom-error' of https://github.com/deckar01/jasmine into deckar01-1123-custom-error

- Merges #1298 from @deckar01
- Fixes #1123
This commit is contained in:
Gregg Van Hove
2017-04-10 13:45:22 -07:00
3 changed files with 54 additions and 7 deletions

View File

@@ -65,6 +65,7 @@ getJasmineRequireObj().Expectation = function() {
matcherName: name,
passed: result.pass,
message: message,
error: result.error,
actual: this.actual,
expected: expected // TODO: this may need to be arrayified/sliced
}