#8647 fix vitest warnings #1467
|
@ -51,8 +51,6 @@ describe('useArrayData', () => {
|
|||
arrayData.store.userParams = params;
|
||||
await arrayData.fetch({});
|
||||
|
||||
await flushPromises();
|
||||
|
||||
const routerReplace = useRouter().replace.mock.calls[0][0];
|
||||
|
||||
expect(axios.get).toHaveBeenCalledWith('mockUrl', {
|
||||
|
|
Loading…
Reference in New Issue