MCPcopy Index your code
hub / github.com/exceljs/exceljs / assertEqual

Function assertEqual

test/testBookIn.js:190–197  ·  view source on GitHub ↗
(address, name, value, expected)

Source from the content-addressed store, hash-verified

188};
189
190const assertEqual = function(address, name, value, expected) {
191 assert(
192 _.isEqual(value, expected),
193 `Expected Cell[${address}] ${name} to be ${JSON.stringify(
194 expected
195 )}, was ${JSON.stringify(value)}`
196 );
197};
198
199const stopwatch = new HrStopwatch();
200stopwatch.start();

Callers 1

testBookIn.jsFile · 0.70

Calls 1

assertFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…