Преглед изворни кода

chore: fix wrong test name for useShadowRoot (#11550)

Cédric Exbrayat пре 1 година
родитељ
комит
5753a10fc5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/runtime-dom/__tests__/customElement.spec.ts

+ 1 - 1
packages/runtime-dom/__tests__/customElement.spec.ts

@@ -975,7 +975,7 @@ describe('defineCustomElement', () => {
     })
   })
 
-  describe('useCustomElementRoot', () => {
+  describe('useShadowRoot', () => {
     test('should work for style injection', () => {
       const Foo = defineCustomElement({
         setup() {