workflow: separate unit and e2e tests

This commit is contained in:
Evan You
2021-11-15 12:14:57 +08:00
parent 635d88aa9e
commit 7c11c58faf
4 changed files with 24 additions and 2 deletions

View File

@@ -346,7 +346,7 @@ describe('e2e: TransitionGroup', () => {
)
// not sure why but we just have to wait really long for this to
// pass consistently :/
await transitionFinish(duration * 4)
await transitionFinish(duration * 4 + buffer)
expect(await html('#container')).toBe(
`<div class="" style="">a</div>` +
`<div class="" style="">b</div>` +