Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eebe7d0

Browse files
committed
undo 'exclude gl interactions tests'
1 parent f6f2e51 commit eebe7d0

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

test/jasmine/karma.conf.js

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -39,21 +39,7 @@ func.defaultConfig = {
3939
testFileGlob
4040
],
4141

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-
],
42+
exclude: [],
5743

5844
// preprocess matching files before serving them to the browser
5945
// available preprocessors: https://npmjs.org/browse/keyword/karma-preprocessor

0 commit comments

Comments
 (0)