mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-29 09:02:03 +00:00
chore: refresh lockfile (#19653)
This commit is contained in:
parent
31445c1ebe
commit
472ee4f8b3
1345
pnpm-lock.yaml
1345
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
@ -43,7 +43,7 @@ describe.skipIf(isWindows)('minimal nuxt application', () => {
|
|||||||
expect(stats.server.totalBytes).toBeLessThan(94000)
|
expect(stats.server.totalBytes).toBeLessThan(94000)
|
||||||
|
|
||||||
const modules = await analyzeSizes('node_modules/**/*', serverDir)
|
const modules = await analyzeSizes('node_modules/**/*', serverDir)
|
||||||
expect(modules.totalBytes).toBeLessThan(2714500)
|
expect(modules.totalBytes).toBeLessThan(2716000)
|
||||||
|
|
||||||
const packages = modules.files
|
const packages = modules.files
|
||||||
.filter(m => m.endsWith('package.json'))
|
.filter(m => m.endsWith('package.json'))
|
||||||
|
Loading…
Reference in New Issue
Block a user