fix(compiler-vapor): once modifier work with component event (#12606) #14394
ci.yml
on: push
test
/
unit-test
1m 7s
test
/
unit-test-windows
1m 36s
test
/
e2e-test
1m 13s
test
/
lint-and-test-dts
54s
continuous-release
0s
Annotations
2 errors and 3 warnings
packages/vue/__tests__/e2e/Transition.spec.ts > e2e: Transition > transition with v-if > transition on appear:
packages/vue/__tests__/e2e/Transition.spec.ts#L611
AssertionError: expected [ 'test' ] to strictly equal [ 'test', 'test-enter-active', …(1) ]
- Expected
+ Received
Array [
"test",
- "test-enter-active",
- "test-enter-to",
]
❯ packages/vue/__tests__/e2e/Transition.spec.ts:611:42
|
test / e2e-test
Process completed with exit code 1.
|
test / lint-and-test-dts
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test / unit-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test / e2e-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|