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 24caa5e commit 35c59c9Copy full SHA for 35c59c9
test/image/compare_pixels_test.js
@@ -30,12 +30,12 @@ function runAll () {
30
31
/*
32
* Some test cases exhibit run-to-run randomness;
33
- * skip over a few test cases for now
+ * skip over these few test cases for now.
34
*
35
* More info:
36
* https://github.com/plotly/plotly.js/issues/62
37
38
- * 40 test case are removed:
+ * 40 test cases are removed:
39
* - font-wishlist (1 test case)
40
* - all gl2d (38)
41
* - gl2d_bunny-hull (1)
test/jasmine/karma.ciconf.js
@@ -25,7 +25,6 @@ function func(config) {
25
26
func.defaultConfig.browsers = ['Firefox'];
27
28
-
29
config.set(func.defaultConfig);
}
0 commit comments