#8647 fix vitest warnings #1467

Merged
jon merged 91 commits from 8647_fix_warnings into dev 2025-04-16 11:18:11 +00:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit da1321ee34 - Show all commits

View File

@ -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', {