Skip to content

Commit f9c717e

Browse files
committed
try only 20 tests
1 parent 43926e0 commit f9c717e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/image/compare_pixels_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function runAll () {
4242
*/
4343
t.plan(files.length - 40);
4444

45-
for (var i = 0; i < files.length; i ++) {
45+
for (var i = 0; i < 20; i ++) {
4646
testMock(files[i], t);
4747
}
4848

0 commit comments

Comments
 (0)