Merge branch 'main' into fix-teleport #204
ci.yml
on: push
test
/
unit-test
54s
test
/
unit-test-windows
1m 22s
test
/
e2e-test
1m 8s
test
/
lint-and-test-dts
51s
continuous-release
0s
Annotations
2 errors
packages/vue/__tests__/e2e/Transition.spec.ts > e2e: Transition > transition with Suspense > trigger again when transition is not finished & correctly anchor:
packages/vue/__tests__/e2e/Transition.spec.ts#L2135
AssertionError: expected '<div>Top</div><div class="test">one</…' to be '<div>Top</div><div class="test test-e…' // Object.is equality
Expected: "<div>Top</div><div class="test test-enter-active test-enter-to">one</div><div>Bottom</div>"
Received: "<div>Top</div><div class="test">one</div><div>Bottom</div>"
❯ packages/vue/__tests__/e2e/Transition.spec.ts:2135:42
|
test / e2e-test
Process completed with exit code 1.
|