Thanks to visit codestin.com Credit goes to github.com
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 f6f2e51 commit eebe7d0Copy full SHA for eebe7d0
test/jasmine/karma.conf.js
@@ -39,21 +39,7 @@ func.defaultConfig = {
39
testFileGlob
40
],
41
42
- /*
43
- * WebGL interaction test cases don't run consistently
44
- * across machines. Before each release, please make sure
45
- * to run these with:
46
- *
47
- * npm run test-jasmine -- gl_plot_interact_test.js
48
49
- * Or manually check their specs.
50
51
- */
52
- exclude: [
53
- (testFileGlob === 'tests/gl_plot_interact_test.js') ?
54
- '' :
55
- 'tests/gl_plot_interact_test.js'
56
- ],
+ exclude: [],
57
58
// preprocess matching files before serving them to the browser
59
// available preprocessors: https://npmjs.org/browse/keyword/karma-preprocessor
0 commit comments