#6772 - Reload data section when change Id #192

Merged
jsegarra merged 34 commits from 6772_reload_sections into dev 2024-08-27 15:17:45 +00:00
1 changed files with 5 additions and 0 deletions
Showing only changes of commit 211b0b1215 - Show all commits

View File

@ -32,6 +32,11 @@ vi.mock('vue-router', () => ({
query: {},
params: {},
}),
onBeforeRouteUpdate: () => ({
to: 1,
from: 2,
next: vi.fn(),
}),
}));
Outdated
Review

Esto hace falta?

Esto hace falta?
vi.mock('axios');
Outdated
Review

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