We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cce768 commit e98add7Copy full SHA for e98add7
lib/octicons_react/__tests__/tree-shaking.test.js
@@ -50,5 +50,5 @@ test('tree shaking single export', async () => {
50
})
51
52
const bundleSize = Buffer.byteLength(output[0].code.trim()) / 1000
53
- expect(`${bundleSize}kB`).toMatchInlineSnapshot(`"3.561kB"`)
+ expect(`${bundleSize}kB`).toMatchInlineSnapshot(`"3.563kB"`)
54
0 commit comments