Skip to content

Commit

Permalink
Update test/acceptance/visual.js
Browse files Browse the repository at this point in the history
Co-Authored-By: jimlambie <jameslambie@gmail.com>
  • Loading branch information
eduardoboucas and jimlambie committed Dec 12, 2018
1 parent 5b35ee8 commit 5339ec6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/acceptance/visual.js
Expand Up @@ -62,7 +62,6 @@ function requestTestImage (test) {
return Jimp
.read(cdnUrl + requestPath)
.then(testImage => {
console.log('testImage :', testImage)
let diff = Jimp.diff(baselineImage, testImage, 0.1) // threshold ranges 0-1 (default: 0.1)
let distance = Jimp.distance(baselineImage, testImage) // perceived distance

Expand Down

0 comments on commit 5339ec6

Please sign in to comment.