Procházet zdrojové kódy

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

Cédric Exbrayat před 1 rokem
rodič
revize
5753a10fc5

+ 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() {