Skip to content

Commit

Permalink
chore: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
linzhe141 committed Sep 12, 2024
1 parent a65e0f5 commit 9f85035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compiler-sfc/__tests__/compileStyle.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe('SFC scoped CSS', () => {
' background-color: green;\n' +
' }\n' +
' .foo { color: red; }\n' +
'} \n',
'}',
),
).toMatch(
`h1 {
Expand Down

0 comments on commit 9f85035

Please sign in to comment.