assertthat
Version:
assertthat provides fluent TDD.
9 lines (8 loc) • 332 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.prettyPrintEqualDiff = void 0;
const prettyPrint_1 = require("./typeAware/prettyPrint");
const prettyPrintEqualDiff = function (diff) {
return (0, prettyPrint_1.prettyPrint)(diff.value);
};
exports.prettyPrintEqualDiff = prettyPrintEqualDiff;