Updated docs for expected and actual properties of expectation results

This commit is contained in:
Steve Gravrock
2025-02-17 12:07:32 -08:00
parent 491b513aa3
commit f0a5ea9d0f
2 changed files with 4 additions and 2 deletions

View File

@@ -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.

View File

@@ -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.