MCPcopy Create free account
hub / github.com/plotly/plotly.js / badProp

Function badProp

test/jasmine/tests/lib_test.js:527–531  ·  view source on GitHub ↗
(i)

Source from the content-addressed store, hash-verified

525 ];
526
527 function badProp(i) {
528 return function () {
529 np({}, badStr[i]);
530 };
531 }
532
533 for (var i = 0; i < badStr.length; i++) {
534 expect(badProp(i)).toThrow('bad property string');

Callers 1

lib_test.jsFile · 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…