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.shadowRoot!.innerHTML).toBe(`<div>hello</div>`)
|
||||||
expect(e._internals).toBeTruthy()
|
expect(e._internals).toBeTruthy()
|
||||||
})
|
})
|
||||||
|
|
||||||
test('hyphenated attr removal', async () => {
|
test('hyphenated attr removal', async () => {
|
||||||
const E = defineCustomElement({
|
const E = defineCustomElement({
|
||||||
props: {
|
props: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue