Skip to content

Commit

Permalink
chore: update bundle size
Browse files Browse the repository at this point in the history
  • Loading branch information
huang-julien committed Apr 3, 2023
1 parent 4a94f32 commit 8f4395e
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 @@ -43,7 +43,7 @@ describe.skipIf(isWindows || process.env.ECOSYSTEM_CI)('minimal nuxt application
expect(stats.server.totalBytes).toBeLessThan(94450)

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

const packages = modules.files
.filter(m => m.endsWith('package.json'))
Expand Down

0 comments on commit 8f4395e

Please sign in to comment.