Skip to content

Commit

Permalink
💚
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon committed Sep 17, 2024
1 parent 3ea5d78 commit a3f96de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe("Offscreen Drawings", () => {
},
{ width, height }
);
if (surface.OS === "web") {
if (surface.OS === "web" || surface.OS === "node") {
expect(result).toEqual([false, false, false]);
} else {
expect(result).toEqual([true, false, true]);
Expand Down

0 comments on commit a3f96de

Please sign in to comment.