Merge branch 'dev' of https: refs #8647//gitea.verdnatura.es/verdnatura/salix-front into 8647_fix_warnings
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
This commit is contained in:
parent
3350f9d6a7
commit
da1321ee34
|
@ -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