Update PickList.spec.js

This commit is contained in:
Tuğçe Küçükoğlu 2023-10-13 15:17:48 +03:00
parent eda7998d92
commit 80fd6992ab

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