Skip to content

Commit 7279b55

Browse files
committed
+shapes & annotations3d in react-noop test
1 parent 4c70826 commit 7279b55

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/jasmine/tests/plot_api_test.js

+4-2
Original file line numberDiff line numberDiff line change
@@ -3190,8 +3190,9 @@ describe('Test plot api', function() {
31903190
['gl2d_line_dash', require('@mocks/gl2d_line_dash.json')],
31913191
['gl2d_parcoords_2', require('@mocks/gl2d_parcoords_2.json')],
31923192
['gl2d_pointcloud-basic', require('@mocks/gl2d_pointcloud-basic.json')],
3193-
['gl3d_world-cals', require('@mocks/gl3d_world-cals.json')],
3193+
['gl3d_annotations', require('@mocks/gl3d_annotations.json')],
31943194
['gl3d_set-ranges', require('@mocks/gl3d_set-ranges.json')],
3195+
['gl3d_world-cals', require('@mocks/gl3d_world-cals.json')],
31953196
['glpolar_style', require('@mocks/glpolar_style.json')],
31963197
['layout_image', require('@mocks/layout_image.json')],
31973198
['layout-colorway', require('@mocks/layout-colorway.json')],
@@ -3201,6 +3202,7 @@ describe('Test plot api', function() {
32013202
['range_slider_multiple', require('@mocks/range_slider_multiple.json')],
32023203
['sankey_energy', require('@mocks/sankey_energy.json')],
32033204
['scattercarpet', require('@mocks/scattercarpet.json')],
3205+
['shapes', require('@mocks/shapes.json')],
32043206
['splom_iris', require('@mocks/splom_iris.json')],
32053207
['table_wrapped_birds', require('@mocks/table_wrapped_birds.json')],
32063208
['ternary_fill', require('@mocks/ternary_fill.json')],
@@ -3226,7 +3228,7 @@ describe('Test plot api', function() {
32263228
// Only include scattermapbox locally, see below
32273229
delete typesTested.scattermapbox;
32283230

3229-
// Not being supported? This isn't part of the main bundle, and it's pretty broken,
3231+
// Not really being supported... This isn't part of the main bundle, and it's pretty broken,
32303232
// but it gets registered and used by a couple of the gl2d tests.
32313233
delete typesTested.contourgl;
32323234

0 commit comments

Comments
 (0)