Skip to content

Commit

Permalink
Update compileStyle.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Dec 4, 2023
1 parent 1d0f5f0 commit a0fbffe
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 @@ -144,7 +144,7 @@ describe('SFC scoped CSS', () => {
`)
})

test(':is() and :where()', () => {
test(':is() and :where() with multiple selectors', () => {
expect(compileScoped(`:is(.foo) { color: red; }`)).toMatchInlineSnapshot(`
":is(.foo[data-v-test]) { color: red;
}"
Expand Down

0 comments on commit a0fbffe

Please sign in to comment.