Skip to content

Commit

Permalink
Update PickList.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Oct 13, 2023
1 parent eda7998 commit 80fd699
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/lib/picklist/PickList.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ describe('PickList.vue', () => {

expect(wrapper.emitted()['update:modelValue'][0][0][1]).toEqual([wrapper.vm.modelValue[0][0]]);
expect(wrapper.emitted()['move-to-target'][0]).toEqual([{ originalEvent: {}, items: [wrapper.vm.modelValue[0][0]] }]);
expect(wrapper.emitted()['move-to-source'][0]).toEqual([{ originalEvent: {}, items: [wrapper.vm.modelValue[0][0]] }]);
expect(wrapper.emitted()['update:selection'][0][0]).toEqual([[], []]);
});

Expand Down

0 comments on commit 80fd699

Please sign in to comment.