Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgraham4401 committed Sep 5, 2024
1 parent 8c4c8f5 commit 1b970bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hooks/useFetchConfig/useFetchConfig.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ describe('useFetchConfig', () => {
render(<TestComponent />);
expect(screen.queryByText(/data/i)).not.toBeInTheDocument();
await waitFor(() => screen.queryByText(/data/i));
screen.debug();
expect(screen.queryByText('data id: 1 - visible')).toBeInTheDocument();
expect(screen.queryByText('data id: 2 - hidden')).toBeInTheDocument();
expect(screen.queryByText('data id: 3 - hidden')).toBeInTheDocument();
Expand Down

0 comments on commit 1b970bf

Please sign in to comment.