From a3f8276f872124c167ebc0cd946a02afb8e74485 Mon Sep 17 00:00:00 2001 From: Eli Perkins Date: Wed, 21 Dec 2022 09:07:47 -0500 Subject: [PATCH] Update snapshots --- lib/octicons_react/__tests__/tree-shaking.test.js | 2 +- lib/octicons_react/src/__tests__/__snapshots__/octicon.js.snap | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/octicons_react/__tests__/tree-shaking.test.js b/lib/octicons_react/__tests__/tree-shaking.test.js index 6d0950bbea..c2ac3421a8 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.826kB"`) + expect(`${bundleSize}kB`).toMatchInlineSnapshot(`"2.713kB"`) }) diff --git a/lib/octicons_react/src/__tests__/__snapshots__/octicon.js.snap b/lib/octicons_react/src/__tests__/__snapshots__/octicon.js.snap index 55bcc5b394..6a702f6d23 100644 --- a/lib/octicons_react/src/__tests__/__snapshots__/octicon.js.snap +++ b/lib/octicons_react/src/__tests__/__snapshots__/octicon.js.snap @@ -13,7 +13,7 @@ exports[`An icon component matches snapshot 1`] = ` width="16" > `;