mirror of https://github.com/vuejs/core.git
[autofix.ci] apply automated fixes
This commit is contained in:
parent
b8846bc4ec
commit
580c3de64b
|
@ -1416,7 +1416,7 @@ describe('defineCustomElement', () => {
|
|||
expect(e.shadowRoot!.innerHTML).toBe(`<div>hello</div>`)
|
||||
expect(e._internals).toBeTruthy()
|
||||
})
|
||||
|
||||
|
||||
test('hyphenated attr removal', async () => {
|
||||
const E = defineCustomElement({
|
||||
props: {
|
||||
|
|
Loading…
Reference in New Issue