MCPcopy
hub / github.com/plotly/plotly.js / assert

Function assert

test/jasmine/tests/plots_test.js:474–477  ·  view source on GitHub ↗
(dest, src, expected)

Source from the content-addressed store, hash-verified

472
473 describe('extendObjectWithContainers', function() {
474 function assert(dest, src, expected) {
475 Plots.extendObjectWithContainers(dest, src, ['container']);
476 expect(dest).toEqual(expected);
477 }
478
479 it('extend each container items', function() {
480 var dest = {

Callers 1

plots_test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…