MCPcopy
hub / github.com/exceljs/exceljs / assertEqual

Function assertEqual

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

Source from the content-addressed store, hash-verified

184};
185
186const assertEqual = function(address, name, value, expected) {
187 assert(
188 _.isEqual(value, expected),
189 `Expected Cell[${address}] ${name} to be ${JSON.stringify(
190 expected
191 )}, was ${JSON.stringify(value)}`
192 );
193};
194
195const stopwatch = new HrStopwatch();
196stopwatch.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…