Sfoglia il codice sorgente

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

Cédric Exbrayat 1 anno fa
parent
commit
5753a10fc5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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() {