Updated docs for expected and actual properties of expectation results
This commit is contained in:
@@ -2693,7 +2693,8 @@ getJasmineRequireObj().buildExpectationResult = function(j$) {
|
||||
* in a future release. In many Jasmine configurations they are passed
|
||||
* through JSON serialization and deserialization, which is inherently
|
||||
* lossy. In such cases, the expected and actual values may be placeholders
|
||||
* or approximations of the original objects.
|
||||
* or approximations of the original objects. jasmine-browser-runner 3.0 and
|
||||
* later omits them entirely.
|
||||
*
|
||||
* @typedef ExpectationResult
|
||||
* @property {String} matcherName - The name of the matcher that was executed for this expectation.
|
||||
|
||||
@@ -10,7 +10,8 @@ getJasmineRequireObj().buildExpectationResult = function(j$) {
|
||||
* in a future release. In many Jasmine configurations they are passed
|
||||
* through JSON serialization and deserialization, which is inherently
|
||||
* lossy. In such cases, the expected and actual values may be placeholders
|
||||
* or approximations of the original objects.
|
||||
* or approximations of the original objects. jasmine-browser-runner 3.0 and
|
||||
* later omits them entirely.
|
||||
*
|
||||
* @typedef ExpectationResult
|
||||
* @property {String} matcherName - The name of the matcher that was executed for this expectation.
|
||||
|
||||
Reference in New Issue
Block a user