From 5753a10fc5306c6581827dfb5af91959aeba2d2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Exbrayat?= Date: Wed, 7 Aug 2024 15:29:56 +0200 Subject: [PATCH] chore: fix wrong test name for useShadowRoot (#11550) --- packages/runtime-dom/__tests__/customElement.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/runtime-dom/__tests__/customElement.spec.ts b/packages/runtime-dom/__tests__/customElement.spec.ts index 81031b53556..c77828b66a3 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() {