From 7b8310c51852e1bf575aa553a33e6156a8c6334d Mon Sep 17 00:00:00 2001 From: Eli Perkins Date: Mon, 12 Dec 2022 19:13:04 -0500 Subject: [PATCH] Update snapshots --- lib/octicons_react/__tests__/tree-shaking.test.js | 2 +- lib/octicons_react/src/__tests__/__snapshots__/octicon.js.snap | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/octicons_react/__tests__/tree-shaking.test.js b/lib/octicons_react/__tests__/tree-shaking.test.js index b4c2bdec3..2db31fdf4 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.595kB"`) + expect(`${bundleSize}kB`).toMatchInlineSnapshot(`"2.691kB"`) }) diff --git a/lib/octicons_react/src/__tests__/__snapshots__/octicon.js.snap b/lib/octicons_react/src/__tests__/__snapshots__/octicon.js.snap index 74fd31a01..55bcc5b39 100644 --- a/lib/octicons_react/src/__tests__/__snapshots__/octicon.js.snap +++ b/lib/octicons_react/src/__tests__/__snapshots__/octicon.js.snap @@ -13,8 +13,7 @@ exports[`An icon component matches snapshot 1`] = ` width="16" > `;