#7068: Created VnVisibleColumns test #1250
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#1250
Loading…
Reference in New Issue
No description provided.
Delete Branch "7068-TableVisibleColumnsTest"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -0,0 +113,4 @@
],
});
mockAxiosPost.mockRestore();
Está bien y aunque solo hay 1 es correcto
Pero todavia mejor si lo metemos dentro de un afterEach y usamo vi.clearAllMocks();
afterEach(() => { vi.clearAllMocks(); });
Estariamos usando el standard en todos los tests
Ajustar la definición de variables y expected