diff --git a/test/unit/bundle.spec.ts b/test/unit/bundle.spec.ts index dc6803f5f..294ec65ba 100644 --- a/test/unit/bundle.spec.ts +++ b/test/unit/bundle.spec.ts @@ -84,7 +84,7 @@ describe('project sizes', () => { const modules = await analyzeSizes('node_modules/**/*', serverDir) expect .soft(roundToKilobytes(modules.totalBytes)) - .toMatchInlineSnapshot(`"5296k"`) + .toMatchInlineSnapshot(`"5348k"`) const packages = modules.files .filter(m => m.endsWith('package.json'))