Include property value mismatches in diffs even when there are missing or extra properties

This commit is contained in:
Steve Gravrock
2024-11-09 11:22:27 -08:00
parent c8c3325b56
commit bd9a3b2305
3 changed files with 12 additions and 2 deletions

View File

@@ -483,7 +483,7 @@ getJasmineRequireObj().MatchersUtil = function(j$) {
diffBuilder.recordMismatch(
objectKeysAreDifferentFormatter.bind(null, this.pp)
);
return false;
result = false;
}
for (const key of aKeys) {