#6772 - Reload data section when change Id #192
|
@ -32,6 +32,11 @@ vi.mock('vue-router', () => ({
|
|||
query: {},
|
||||
params: {},
|
||||
}),
|
||||
onBeforeRouteUpdate: () => ({
|
||||
to: 1,
|
||||
from: 2,
|
||||
next: vi.fn(),
|
||||
}),
|
||||
}));
|
||||
|
||||
|
||||
vi.mock('axios');
|
||||
alexm
commented
Este código no hace falta para que pasen los tests de front. Además esta puesto en el archivo global. Quitar Este código no hace falta para que pasen los tests de front. Además esta puesto en el archivo global.
Quitar
|
||||
|
|
Loading…
Reference in New Issue
Esto hace falta?