Skip to content

Commit

Permalink
test: fix for font change
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Sep 29, 2024
1 parent 20f2792 commit 3935891
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/controllers/WordCloudController.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ describe('default', () => {
500
);

return chart.toMatchImageSnapshot();
return chart.toMatchImageSnapshot({
failureThreshold: 1.85,
failureThresholdType: 'percent',
});
});
});

0 comments on commit 3935891

Please sign in to comment.