Skip to content

Commit 554cafd

Browse files
committed
chore: update some snapshots
1 parent 8d0eb77 commit 554cafd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/vite/src/node/__tests__/build.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ describe('build', () => {
120120
{
121121
"changed": [
122122
"index",
123-
"_foo",
124123
"_bar",
124+
"_foo",
125125
"_baz.css",
126126
],
127127
"unchanged": [
@@ -788,7 +788,7 @@ test.for([true, false])(
788788
([client, ssr, custom1, custom2] as RollupOutput[]).map(
789789
(o) => o.output[0].code.split('\n').length,
790790
),
791-
).toEqual([2, 5, 2, 5])
791+
).toEqual([1, 5, 1, 5])
792792
},
793793
)
794794

0 commit comments

Comments
 (0)