How to use deep-diff.diff:
GitHub: IBMa/equal-access
1297 1298 1299 1300 1301 1302 1303 1304 1305
actual = ACCommands.cleanComplianceObjectBeforeCompare(actual); expected = ACCommands.cleanComplianceObjectBeforeCompare(expected); } // Run Deep diff function to compare the actual and expected values. let differences = DeepDiff.diff(actual, expected); // Return the results of the diff, which will include the differences between the objects if (!differences) return null;
69
550
15
See more examples