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

Skip to content

Commit 7aa10f7

Browse files
committed
Revert "try lowering threshold"
This reverts commit da4919d.
1 parent da4919d commit 7aa10f7

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
@@ -13,7 +13,7 @@ var argv = require('minimist')(process.argv.slice(2), {
1313
help: ['h', 'info']
1414
},
1515
'default': {
16-
threshold: 0.00001,
16+
threshold: 0.001,
1717
'parallel-limit': 4
1818
}
1919
});

0 commit comments

Comments
 (0)