hotFix_arrayData_store_data #929

Merged
alexm merged 6 commits from hotFix_arrayData_store_data into master 2024-11-18 09:12:21 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 139861f6cf - Show all commits

View File

@ -5,7 +5,7 @@ import { useRouter } from 'vue-router';
import * as vueRouter from 'vue-router';
describe('useArrayData', () => {
const filter = '{"limit":10,"skip":0}';
const filter = '{"limit":20,"skip":0}';
const params = { supplierFk: 2 };
beforeEach(() => {
vi.spyOn(useRouter(), 'replace');