perf(reactivity): do not track inner key __v_skip
` (#11690)
#13877
ci.yml
on: push
test
/
unit-test
52s
test
/
unit-test-windows
1m 13s
test
/
e2e-test
1m 11s
test
/
lint-and-test-dts
47s
continuous-release
1m 0s
Annotations
2 errors
packages/vue/__tests__/e2e/Transition.spec.ts > e2e: Transition > transition with v-show > transition on appear with v-show:
packages/vue/__tests__/e2e/Transition.spec.ts#L2621
AssertionError: expected [ 'test' ] to strictly equal [ 'test', 'test-leave-active', …(1) ]
- Expected
+ Received
Array [
"test",
- "test-leave-active",
- "test-leave-to",
]
❯ packages/vue/__tests__/e2e/Transition.spec.ts:2621:42
|
test / e2e-test
Process completed with exit code 1.
|