@@ -3190,8 +3190,9 @@ describe('Test plot api', function() {
3190
3190
[ 'gl2d_line_dash' , require ( '@mocks/gl2d_line_dash.json' ) ] ,
3191
3191
[ 'gl2d_parcoords_2' , require ( '@mocks/gl2d_parcoords_2.json' ) ] ,
3192
3192
[ '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' ) ] ,
3194
3194
[ 'gl3d_set-ranges' , require ( '@mocks/gl3d_set-ranges.json' ) ] ,
3195
+ [ 'gl3d_world-cals' , require ( '@mocks/gl3d_world-cals.json' ) ] ,
3195
3196
[ 'glpolar_style' , require ( '@mocks/glpolar_style.json' ) ] ,
3196
3197
[ 'layout_image' , require ( '@mocks/layout_image.json' ) ] ,
3197
3198
[ 'layout-colorway' , require ( '@mocks/layout-colorway.json' ) ] ,
@@ -3201,6 +3202,7 @@ describe('Test plot api', function() {
3201
3202
[ 'range_slider_multiple' , require ( '@mocks/range_slider_multiple.json' ) ] ,
3202
3203
[ 'sankey_energy' , require ( '@mocks/sankey_energy.json' ) ] ,
3203
3204
[ 'scattercarpet' , require ( '@mocks/scattercarpet.json' ) ] ,
3205
+ [ 'shapes' , require ( '@mocks/shapes.json' ) ] ,
3204
3206
[ 'splom_iris' , require ( '@mocks/splom_iris.json' ) ] ,
3205
3207
[ 'table_wrapped_birds' , require ( '@mocks/table_wrapped_birds.json' ) ] ,
3206
3208
[ 'ternary_fill' , require ( '@mocks/ternary_fill.json' ) ] ,
@@ -3226,7 +3228,7 @@ describe('Test plot api', function() {
3226
3228
// Only include scattermapbox locally, see below
3227
3229
delete typesTested . scattermapbox ;
3228
3230
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,
3230
3232
// but it gets registered and used by a couple of the gl2d tests.
3231
3233
delete typesTested . contourgl ;
3232
3234
0 commit comments