@@ -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