Skip to content

Commit 879bb7e

Browse files
committed
fixup gl2d click test
- so that it registers contourgl
1 parent af9285a commit 879bb7e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/jasmine/tests/gl2d_click_test.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ var hasWebGLSupport = require('../assets/has_webgl_support');
1212
var click = require('../assets/timed_click');
1313
var hover = require('../assets/hover');
1414

15+
// contourgl is not part of the dist plotly.js bundle initially
16+
Plotly.register([
17+
require('@lib/contourgl')
18+
]);
19+
1520
describe('Test hover and click interactions', function() {
1621

1722
if(!hasWebGLSupport('gl2d_click_test')) return;

0 commit comments

Comments
 (0)