]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix wrong test name for useShadowRoot (#11550)
authorCédric Exbrayat <cexbrayat@users.noreply.github.com>
Wed, 7 Aug 2024 13:29:56 +0000 (15:29 +0200)
committerGitHub <noreply@github.com>
Wed, 7 Aug 2024 13:29:56 +0000 (21:29 +0800)
packages/runtime-dom/__tests__/customElement.spec.ts

index 81031b535565e65e53475357b305fb9aec2d0084..c77828b66a3bba119c75acf59260aaf3b1942ff9 100644 (file)
@@ -975,7 +975,7 @@ describe('defineCustomElement', () => {
     })
   })
 
-  describe('useCustomElementRoot', () => {
+  describe('useShadowRoot', () => {
     test('should work for style injection', () => {
       const Foo = defineCustomElement({
         setup() {