mirror of https://github.com/vuejs/core.git
chore: fix wrong test name for useShadowRoot (#11550)
This commit is contained in:
parent
95b9550f73
commit
5753a10fc5
|
@ -975,7 +975,7 @@ describe('defineCustomElement', () => {
|
|||
})
|
||||
})
|
||||
|
||||
describe('useCustomElementRoot', () => {
|
||||
describe('useShadowRoot', () => {
|
||||
test('should work for style injection', () => {
|
||||
const Foo = defineCustomElement({
|
||||
setup() {
|
||||
|
|
Loading…
Reference in New Issue