test: improve test
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
82da5c2228
commit
0a86b27f53
|
@ -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', {
|
||||
|
|
Loading…
Reference in New Issue