Skip to content

Commit e98add7

Browse files
committed
test: update snapshots
1 parent 5cce768 commit e98add7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/octicons_react/__tests__/tree-shaking.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ test('tree shaking single export', async () => {
5050
})
5151

5252
const bundleSize = Buffer.byteLength(output[0].code.trim()) / 1000
53-
expect(`${bundleSize}kB`).toMatchInlineSnapshot(`"3.561kB"`)
53+
expect(`${bundleSize}kB`).toMatchInlineSnapshot(`"3.563kB"`)
5454
})

0 commit comments

Comments
 (0)