Explorar el Código

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

Cédric Exbrayat hace 1 año
padre
commit
5753a10fc5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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() {