Skip to content

Commit 5753a10

Browse files
authored
chore: fix wrong test name for useShadowRoot (#11550)
1 parent 95b9550 commit 5753a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-dom/__tests__/customElement.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@ describe('defineCustomElement', () => {
975975
})
976976
})
977977

978-
describe('useCustomElementRoot', () => {
978+
describe('useShadowRoot', () => {
979979
test('should work for style injection', () => {
980980
const Foo = defineCustomElement({
981981
setup() {

0 commit comments

Comments
 (0)