ecosystem-ci-from-pr #447
ecosystem-ci-from-pr.yml
on: workflow_dispatch
Annotations
4 errors
src/time-picker/test/index.spec.tsx > should update modelValue correctly > when using max-hour and max-minute prop:
workspace/vant/vant/packages/vant/src/time-picker/test/index.spec.tsx#L83
AssertionError: expected undefined to deeply equal [ [ '12', '12' ] ]
- Expected:
Array [
Array [
"12",
"12",
],
]
+ Received:
undefined
❯ src/time-picker/test/index.spec.tsx:83:36
|
execute-all (vant)
Process completed with exit code 1.
|
components/VFileInput/__tests__/VFileInput.spec.browser.tsx > VFileInput > should reset the underlying HTMLInput when model is controlled input:
workspace/vuetify/vuetify/packages/vuetify/src/components/VFileInput/__tests__/VFileInput.spec.browser.tsx#L177
AssertionError: expected FileList{ '0': File{} } to have a length of +0 but got 1
- Expected
+ Received
- 0
+ 1
❯ components/VFileInput/__tests__/VFileInput.spec.browser.tsx:177:24
|
execute-all (vuetify)
Process completed with exit code 1.
|