Skip to content

Commit

Permalink
test: bump bundle size test by 100 bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 1, 2023
1 parent 8222022 commit 5785908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bundle.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe.skipIf(isWindows || process.env.ECOSYSTEM_CI)('minimal nuxt application

it('default server bundle size', async () => {
stats.server = await analyzeSizes(['**/*.mjs', '!node_modules'], serverDir)
expect(stats.server.totalBytes).toBeLessThan(93200)
expect(stats.server.totalBytes).toBeLessThan(93300)

const modules = await analyzeSizes('node_modules/**/*', serverDir)
expect(modules.totalBytes).toBeLessThan(2694900)
Expand Down

0 comments on commit 5785908

Please sign in to comment.