Skip to content

Commit

Permalink
chore: always upload snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoiver committed Nov 30, 2023
1 parent f4796e7 commit 33d68e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/integration/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export function generateCanvasTestCase(
height: number;
}>,
) {
const { width = 320, height = 320 } = params || {};
const { width = 640, height = 640 } = params || {};

Object.keys(tests).forEach((key) => {
it(key, async () => {
Expand Down

0 comments on commit 33d68e8

Please sign in to comment.