Update computed.ts #349
ci.yml
on: push
test
/
unit-test
56s
test
/
unit-test-windows
1m 8s
test
/
e2e-test
1m 5s
test
/
lint-and-test-dts
44s
continuous-release
0s
Annotations
2 errors
packages/vue/__tests__/e2e/Transition.spec.ts > e2e: Transition > transition with v-if > transition on child components with empty root node:
packages/vue/__tests__/e2e/Transition.spec.ts#L1199
AssertionError: expected [ 'test', 'test-leave-active', …(1) ] to strictly equal [ 'test', 'test-leave-from', …(1) ]
- Expected
+ Received
Array [
"test",
- "test-leave-from",
"test-leave-active",
+ "test-leave-to",
]
❯ packages/vue/__tests__/e2e/Transition.spec.ts:1199:50
|
test / e2e-test
Process completed with exit code 1.
|