diff --git a/packages/compiler-sfc/__tests__/compileStyle.spec.ts b/packages/compiler-sfc/__tests__/compileStyle.spec.ts index 7602826a84e..624cbaa043f 100644 --- a/packages/compiler-sfc/__tests__/compileStyle.spec.ts +++ b/packages/compiler-sfc/__tests__/compileStyle.spec.ts @@ -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; }"