refactor: extract pushRefVForMarker + tests #10
ci.yml
on: push
unit-test
55s
unit-test-windows
1m 11s
e2e-test
48s
lint-and-test-dts
1m 1s
Annotations
2 errors
packages/vue/__tests__/e2e/Transition.spec.ts > e2e: Transition > transition with v-if > animations:
packages/vue/__tests__/e2e/Transition.spec.ts#L934
AssertionError: expected [] to strictly equal [ 'test-anim-enter-active', …(1) ]
- Expected
+ Received
- Array [
- "test-anim-enter-active",
- "test-anim-enter-to",
- ]
+ Array []
❯ packages/vue/__tests__/e2e/Transition.spec.ts:934:51
|
e2e-test
Process completed with exit code 1.
|