Skip to content

Commit

Permalink
correccion - crear componente tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Morales committed Jun 18, 2024
1 parent 5d1495e commit 04a4a77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Tabs/index.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ describe('Tabs', () => {

describe('should render correct when', () => {
afterEach(() => {
jest.useRealTimers(); // Restaura los temporizadores reales
clearInterval(intervalMock); // Limpia el intervalo
jest.useRealTimers();
clearInterval(intervalMock);
});

it('has minimum data', () => {
Expand Down

0 comments on commit 04a4a77

Please sign in to comment.