Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
arodidev committed Jan 11, 2024
1 parent 7893aaf commit f8618e1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ describe('ohri summary tiles', () => {
it('should display props on the UI', () => {
render(<OHRISummaryTile {...mockProps} />);

screen.debug();

expect(screen.getByText(/Sample Title/i)).toBeInTheDocument();
expect(screen.getByText(/Sample Subtitle/i)).toBeInTheDocument();
expect(screen.getByText(/3077/i)).toBeInTheDocument();
Expand Down

0 comments on commit f8618e1

Please sign in to comment.