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 43926e0 commit f9c717eCopy full SHA for f9c717e
test/image/compare_pixels_test.js
@@ -42,7 +42,7 @@ function runAll () {
42
*/
43
t.plan(files.length - 40);
44
45
- for (var i = 0; i < files.length; i ++) {
+ for (var i = 0; i < 20; i ++) {
46
testMock(files[i], t);
47
}
48
0 commit comments