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

This commit is contained in:
Cédric Exbrayat 2024-08-07 15:29:56 +02:00 committed by GitHub
parent 95b9550f73
commit 5753a10fc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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() {