Skip to content

Commit

Permalink
add cone mock to Plotly.react test
Browse files Browse the repository at this point in the history
  • Loading branch information
etpinard committed May 23, 2018
1 parent 623146f commit 07fc2a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/jasmine/tests/plot_api_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')],
];

Expand Down

0 comments on commit 07fc2a0

Please sign in to comment.