diff --git a/packages/runtime-dom/__tests__/customElement.spec.ts b/packages/runtime-dom/__tests__/customElement.spec.ts index 81031b535..c77828b66 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() {