fix(TransitionGroup): test format

This commit is contained in:
wh.huajieyu 2023-02-21 18:28:45 +08:00
parent 45f104f9f0
commit 7fcdcfd913
1 changed files with 0 additions and 2 deletions

View File

@ -320,7 +320,6 @@ describe('e2e: TransitionGroup', () => {
}
}).mount('#app')
})
expect(await html('#container')).toBe(
`<div class="test">a</div>` +
`<div class="test">b</div>` +
@ -347,7 +346,6 @@ describe('e2e: TransitionGroup', () => {
`<div class="test" style="">a</div>`
)
},
E2E_TIMEOUT
)