wip: vapor interop + filter out reserved props #15309
Annotations
4 errors
Run e2e tests:
packages-private/vapor-e2e-test/__tests__/transition-group.spec.ts#L92
AssertionError: expected '<div class="test test-leave-from test…' to be '<div class="test test-leave-from test…' // Object.is equality
Expected: "<div class="test test-leave-from test-leave-active">a</div><div class="test">b</div><div class="test test-leave-from test-leave-active">c</div>"
Received: "<div class="test test-leave-from test-leave-active">a</div><div class="test test-move" style="">b</div><div class="test test-leave-from test-leave-active test-move" style="">c</div>"
❯ packages-private/vapor-e2e-test/__tests__/transition-group.spec.ts:92:9
|
Run e2e tests:
packages-private/vapor-e2e-test/__tests__/transition-group.spec.ts#L124
AssertionError: expected '<div class="test test-leave-from test…' to be '<div class="test test-leave-from test…' // Object.is equality
Expected: "<div class="test test-leave-from test-leave-active">a</div><div class="test">b</div><div class="test">c</div><div class="test test-enter-from test-enter-active">d</div>"
Received: "<div class="test test-leave-from test-leave-active">a</div><div class="test test-move" style="">b</div><div class="test test-move" style="">c</div><div class="test test-enter-from test-enter-active">d</div>"
❯ packages-private/vapor-e2e-test/__tests__/transition-group.spec.ts:124:9
|
Run e2e tests:
packages-private/vapor-e2e-test/__tests__/transition-group.spec.ts#L328
AssertionError: expected '<div class="test test-leave-from test…' to be '<div class="test test-leave-from test…' // Object.is equality
Expected: "<div class="test test-leave-from test-leave-active">a</div><div class="test">b</div><div class="test">c</div><div class="test test-enter-from test-enter-active">d</div>"
Received: "<div class="test test-leave-from test-leave-active">a</div><div class="test test-move" style="">b</div><div class="test test-move" style="">c</div><div class="test test-enter-from test-enter-active">d</div>"
❯ packages-private/vapor-e2e-test/__tests__/transition-group.spec.ts:328:7
|
Run e2e tests
Process completed with exit code 1.
|
Loading