Skip to content

Commit

Permalink
chore: fix wrong test name for useShadowRoot
Browse files Browse the repository at this point in the history
  • Loading branch information
cexbrayat committed Aug 7, 2024
1 parent 95b9550 commit 88c9ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-dom/__tests__/customElement.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@ describe('defineCustomElement', () => {
})
})

describe('useCustomElementRoot', () => {
describe('useShadowRoot', () => {
test('should work for style injection', () => {
const Foo = defineCustomElement({
setup() {
Expand Down

0 comments on commit 88c9ada

Please sign in to comment.