Skip to content

Commit

Permalink
let some tolerance through...
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbes7878 committed May 30, 2024
1 parent ec85e7e commit 5b7e96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ describe('test Paparazzo', function () {
}

const numDiffPixels = await compareImages(snapshotPath, tempPath);
expect(numDiffPixels).to.be(0);
expect(numDiffPixels).to.be.lessThan(100);
}
});
});

0 comments on commit 5b7e96a

Please sign in to comment.