Просмотр исходного кода

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

Cédric Exbrayat 1 год назад
Родитель
Сommit
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', () => {
     test('should work for style injection', () => {
       const Foo = defineCustomElement({
       const Foo = defineCustomElement({
         setup() {
         setup() {