mirror of https://github.com/vuejs/core.git
fix(TransitionGroup): test format
This commit is contained in:
parent
45f104f9f0
commit
7fcdcfd913
|
@ -320,7 +320,6 @@ describe('e2e: TransitionGroup', () => {
|
||||||
}
|
}
|
||||||
}).mount('#app')
|
}).mount('#app')
|
||||||
})
|
})
|
||||||
|
|
||||||
expect(await html('#container')).toBe(
|
expect(await html('#container')).toBe(
|
||||||
`<div class="test">a</div>` +
|
`<div class="test">a</div>` +
|
||||||
`<div class="test">b</div>` +
|
`<div class="test">b</div>` +
|
||||||
|
@ -347,7 +346,6 @@ describe('e2e: TransitionGroup', () => {
|
||||||
`<div class="test" style="">a</div>`
|
`<div class="test" style="">a</div>`
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
|
|
||||||
E2E_TIMEOUT
|
E2E_TIMEOUT
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue