Update PickList.spec.js

pull/4572/head
Tuğçe Küçükoğlu 2023-10-13 15:17:48 +03:00
parent eda7998d92
commit 80fd6992ab
1 changed files with 0 additions and 1 deletions

View File

@ -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([[], []]);
});