Skip to content

fix(Picker): should reset the second argument when the first argument… #12756

fix(Picker): should reset the second argument when the first argument…

fix(Picker): should reset the second argument when the first argument… #12756

Triggered via pull request February 26, 2025 06:26
Status Failure
Total duration 1m 31s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
src/area/test/index.spec.ts > should columns placeholder displayed normally: packages/vant/src/area/test/index.spec.ts#L24
TypeError: Cannot read properties of undefined (reading 'trigger') ❯ src/area/test/index.spec.ts:24:37
src/area/test/index.spec.ts > should emit change event after dragging options: packages/vant/src/area/test/index.spec.ts#L90
AssertionError: expected [ '110000', '110100', '110101' ] to deeply equal [ '120000', '120100', '120101' ] - Expected + Received Array [ - "120000", - "120100", - "120101", + "110000", + "110100", + "110101", ] ❯ src/area/test/index.spec.ts:90:38
src/picker/test/cascade.spec.ts > should update cascade options correctly: packages/vant/src/picker/test/cascade.spec.ts#L74
AssertionError: expected [ 'A1', 'B1', 'C1' ] to deeply equal [ 'A2', 'B3', 'C5' ] - Expected + Received Array [ - "A2", - "B3", - "C5", + "A1", + "B1", + "C1", ] ❯ src/picker/test/cascade.spec.ts:74:38
test
Process completed with exit code 1.