MCPcopy Create free account
hub / github.com/EsperoTech/yaade / wrapPrettyPrinted

Function wrapPrettyPrinted

server/src/main/resources/jasmine.js:4626–4636  ·  view source on GitHub ↗
(actual, expected, path)

Source from the content-addressed store, hash-verified

4624 }
4625
4626 function wrapPrettyPrinted(actual, expected, path) {
4627 return (
4628 'Expected ' +
4629 path +
4630 (path.depth() ? ' = ' : '') +
4631 actual +
4632 ' to equal ' +
4633 expected +
4634 '.'
4635 );
4636 }
4637
4638 return DiffBuilder;
4639};

Callers 2

getMessageMethod · 0.70
defaultFormatter_Method · 0.70

Calls 1

depthMethod · 0.45

Tested by

no test coverage detected