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

Function testOne

test/jasmine/tests/geo_test.js:186–198  ·  view source on GitHub ↗
(projType)

Source from the content-addressed store, hash-verified

184 var projTypes = layoutAttributes.projection.type.values;
185
186 function testOne(projType) {
187 layoutIn = {
188 geo: {
189 projection: {
190 type: projType,
191 tilt: 30,
192 distance: 3
193 }
194 }
195 };
196
197 supplyLayoutDefaults(layoutIn, layoutOut, fullData);
198 }
199
200 projTypes.forEach(function(projType) {
201 testOne(projType);

Callers 1

geo_test.jsFile · 0.70

Calls 1

supplyLayoutDefaultsFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…