Skip to content

Commit

Permalink
test: add more flexible timelimit for test
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorJorgeFGA committed Sep 22, 2024
1 parent 5e662b2 commit da2270c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/__tests__/cardMetrica.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ describe('CardMetrica Component', () => {
expect(getByText('80')).toBeTruthy();
expect(getByText('bpm')).toBeTruthy();
});
});
},
10000);

it('renderiza corretamente com um valor de métrica GLICEMIA', async () => {
const { getByText } = render(<CardMetrica item={mockItemGlicemia} />);
Expand Down

0 comments on commit da2270c

Please sign in to comment.