diff --git a/test/unit/bundle.spec.ts b/test/unit/bundle.spec.ts index 7f2ae17a..61a185d1 100644 --- a/test/unit/bundle.spec.ts +++ b/test/unit/bundle.spec.ts @@ -96,7 +96,7 @@ describe('project sizes', () => { const modules = await analyzeSizes('node_modules/**/*', serverDir) expect .soft(roundToKilobytes(modules.totalBytes, 10)) - .toMatchInlineSnapshot(`"39020k"`) + .toMatchInlineSnapshot(`"39050k"`) const packages = modules.files .filter(m => m.endsWith('package.json'))