Skip to content

Commit

Permalink
Update snapshot size in tree-shaking test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan authored Nov 8, 2024
1 parent 5cde1e4 commit 1aed5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/octicons_react/__tests__/tree-shaking.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ test('tree shaking single export', async () => {
})

const bundleSize = Buffer.byteLength(output[0].code.trim()) / 1000
expect(`${bundleSize}kB`).toMatchInlineSnapshot(`"3.505kB"`)
expect(`${bundleSize}kB`).toMatchInlineSnapshot(`"3.597kB"`)
})

0 comments on commit 1aed5e8

Please sign in to comment.