Skip to content

Commit e8758aa

Browse files
committed
updated tests
1 parent eb678f7 commit e8758aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/__snapshots__/favicon.test.ts.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@ snapshot[`favicon plugin 2`] = `[]`;
121121
snapshot[`favicon plugin 3`] = `
122122
[
123123
{
124-
content: "Uint8Array(8443)",
124+
content: "Uint8Array(1904)",
125125
data: {
126126
basename: "apple-touch-icon",
127-
content: "Uint8Array(8443)",
127+
content: "Uint8Array(1904)",
128128
page: [
129129
"src",
130130
"data",
@@ -139,10 +139,10 @@ snapshot[`favicon plugin 3`] = `
139139
},
140140
},
141141
{
142-
content: "Uint8Array(924)",
142+
content: "Uint8Array(467)",
143143
data: {
144144
basename: "favicon",
145-
content: "Uint8Array(924)",
145+
content: "Uint8Array(467)",
146146
page: [
147147
"src",
148148
"data",

0 commit comments

Comments
 (0)