Skip to content

Commit a252895

Browse files
committed
test: bump bundle sizes
1 parent af70f2d commit a252895

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

test/minimal/minimal.test.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ const tmpDir = fileURLToPath(new URL(".tmp", import.meta.url));
1010

1111
// Rounded up
1212
const bundleSizes: Record<string, [kb: number, minKB: number]> = {
13-
rollup: [15, 8],
14-
rolldown: [15, 8],
15-
vite: [15, 8],
16-
vite7: [16, 8],
13+
rollup: [19, 10],
14+
rolldown: [19, 10],
15+
vite: [19, 10],
16+
vite7: [19, 10],
1717
};
1818

1919
describe("minimal fixture", () => {

0 commit comments

Comments
 (0)