(actual, expected, path)
| 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 | }; |
no test coverage detected