MCPcopy Index your code
hub / github.com/plotly/plotly.js / assertEqual

Function assertEqual

test/jasmine/assets/check_transitions.js:112–116  ·  view source on GitHub ↗
(A, B, cb, msg)

Source from the content-addressed store, hash-verified

110}
111
112function assertEqual(A, B, cb, msg) {
113 var a = cb(A);
114 var b = cb(B);
115 expect(a).withContext(msg + ' equal to ' + JSON.stringify(a)).toEqual(b);
116}
117
118function assertCloseTo(A, B, tolerance, cb, msg) {
119 var a = cb(A).flat();

Callers 1

assertFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…