fixes #5357 Convertir sección de histórico en componente reutilizable vnLog #48

Merged
alexandre merged 11 commits from 5357-vnLog-component into dev 2023-05-22 10:42:42 +00:00
1 changed files with 5 additions and 0 deletions
Showing only changes of commit 27352eaf15 - Show all commits
test/vitest/__tests__/components/common

View File

@ -10,6 +10,11 @@ describe('VnLog', () => {
model: "Claim",
},
}).vm;
vm.route = {
params: {
id: 1
}
}
});
afterEach(() => {