test: refs #8647 try to solve the problem
This commit is contained in:
parent
dcd4c327a0
commit
6dbaf841a4
|
@ -25,6 +25,7 @@ describe('useArrayData', () => {
|
|||
arrayData.fetch({});
|
||||
|
||||
await flushPromises();
|
||||
const router = useRouter();
|
||||
const routerReplace = useRouter().replace.mock.calls[0][0];
|
||||
|
||||
expect(axios.get.mock.calls[0][1].params).toEqual({
|
||||
|
|
Loading…
Reference in New Issue