Merge pull request #146 from vuejs/main #300
ci.yml
on: push
unit-test
49s
unit-test-windows
1m 14s
e2e-test
45s
lint-and-test-dts
53s
Annotations
2 errors
packages/vue/__tests__/e2e/Transition.spec.ts > e2e: Transition > transition with v-if > transition events with appear:
packages/vue/__tests__/e2e/Transition.spec.ts#L715
AssertionError: expected [ 'test' ] to strictly equal [ 'test', 'test-appear-active', …(1) ]
- Expected
+ Received
Array [
"test",
- "test-appear-active",
- "test-appear-to",
]
❯ packages/vue/__tests__/e2e/Transition.spec.ts:715:42
|
e2e-test
Process completed with exit code 1.
|