#7136 - Enable paginate event in VnSelectFilter #255

Closed
jsegarra wants to merge 86 commits from 7136_vnselectFilter_paginate into dev
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 0a86b27f53 - Show all commits

View File

@ -124,7 +124,7 @@ describe('VnSelect NOT CALL FETCH URL', () => {
vm.selectValue = '';
expect(vm.options.length).toEqual(0);
expect(vm.useURL).toBeTruthy();
expect(vm.myOptions.length).toEqual(3);
expect(vm.myOptions.length).toEqual(0);
const canceller = new AbortController();
expect(axios.get).not.toHaveBeenCalledWith('Suppliers', {