From 07fc2a02720bd1a9baf1d5744ab5870c592ece19 Mon Sep 17 00:00:00 2001 From: etienne Date: Wed, 23 May 2018 15:36:43 -0400 Subject: [PATCH] add cone mock to Plotly.react test --- test/jasmine/tests/plot_api_test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/jasmine/tests/plot_api_test.js b/test/jasmine/tests/plot_api_test.js index 293dd676d98..0e370e06b7d 100644 --- a/test/jasmine/tests/plot_api_test.js +++ b/test/jasmine/tests/plot_api_test.js @@ -3272,6 +3272,7 @@ describe('Test plot api', function() { ['gl3d_annotations', require('@mocks/gl3d_annotations.json')], ['gl3d_set-ranges', require('@mocks/gl3d_set-ranges.json')], ['gl3d_world-cals', require('@mocks/gl3d_world-cals.json')], + ['gl3d_cone-autorange', require('@mocks/gl3d_cone-autorange.json')], ['glpolar_style', require('@mocks/glpolar_style.json')], ];