We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9255ca1 commit b6e4734Copy full SHA for b6e4734
test/jasmine/karma.ciconf.js
@@ -17,7 +17,9 @@ function func(config) {
17
func.defaultConfig.exclude = [
18
'tests/gl_plot_interact_test.js',
19
'tests/gl_plot_interact_basic_test.js',
20
- 'tests/gl2d_scatterplot_contour_test.js'
+ 'tests/gl2d_scatterplot_contour_test.js',
21
+ 'tests/mapbox_test.js',
22
+ 'tests/scattermapbox_test.js'
23
];
24
25
// if true, Karma captures browsers, runs the tests and exits
0 commit comments