From fd77c488835bf9193d752375692fad6a0ed62178 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Thu, 27 Apr 2023 19:31:11 +0000 Subject: [PATCH] Update inline tree shaking snapshot --- lib/octicons_react/__tests__/tree-shaking.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/octicons_react/__tests__/tree-shaking.test.js b/lib/octicons_react/__tests__/tree-shaking.test.js index c60edfe1b..ad1a8877b 100644 --- a/lib/octicons_react/__tests__/tree-shaking.test.js +++ b/lib/octicons_react/__tests__/tree-shaking.test.js @@ -50,5 +50,5 @@ test('tree shaking single export', async () => { }) const bundleSize = Buffer.byteLength(output[0].code.trim()) / 1000 - expect(`${bundleSize}kB`).toMatchInlineSnapshot(`"2.848kB"`) + expect(`${bundleSize}kB`).toMatchInlineSnapshot(`"3.168kB"`) })