Skip to content

Commit

Permalink
🔧
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon committed Jan 6, 2025
1 parent 936a664 commit 7f091fd
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,9 @@ describe("Test Image Filters", () => {
</Path>
</>
);
checkImage(img, "snapshots/image-filter/test-shadow.png");
checkImage(img, "snapshots/image-filter/test-shadow.png", {
maxPixelDiff: 1500,
});
});
itRunsE2eOnly("use the displacement map as documented", async () => {
const { oslo } = images;
Expand Down

0 comments on commit 7f091fd

Please sign in to comment.