fix(runtime-dom): set dom stub type to never instead of {}
#129
ci.yml
on: push
test
/
unit-test
1m 5s
test
/
unit-test-windows
1m 42s
test
/
e2e-test
1m 33s
test
/
lint-and-test-dts
1m 5s
continuous-release
0s
Annotations
2 errors and 1 notice
|
test / e2e-test
Process completed with exit code 1.
|
|
packages/vue/__tests__/e2e/Transition.spec.ts > e2e: Transition > transition with KeepAlive > move kept-alive node before v-show transition leave finishes:
packages/vue/__tests__/e2e/Transition.spec.ts#L1802
AssertionError: expected '<div class="" style="display: none;">…' to be '<div class="test-leave-from test-leav…' // Object.is equality
Expected: "<div class="test-leave-from test-leave-active" style="display: none;"><h2>I shouldn't show </h2></div><h2>This is page2</h2>"
Received: "<div class="" style="display: none;"><h2>I shouldn't show </h2></div><h2>This is page2</h2>"
❯ packages/vue/__tests__/e2e/Transition.spec.ts:1802:42
|
|
test / unit-test-windows
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|