From: Cédric Exbrayat Date: Wed, 7 Aug 2024 13:29:56 +0000 (+0200) Subject: chore: fix wrong test name for useShadowRoot (#11550) X-Git-Tag: v3.5.0-beta.1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5753a10fc5306c6581827dfb5af91959aeba2d2c;p=thirdparty%2Fvuejs%2Fcore.git chore: fix wrong test name for useShadowRoot (#11550) --- diff --git a/packages/runtime-dom/__tests__/customElement.spec.ts b/packages/runtime-dom/__tests__/customElement.spec.ts index 81031b5355..c77828b66a 100644 --- a/packages/runtime-dom/__tests__/customElement.spec.ts +++ b/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() {