Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
usavkov-epam committed Nov 13, 2024
1 parent 441dc05 commit b161a69
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ describe('VersionCheckbox', () => {
it('renders with marked label when name is in context paths', () => {
renderVersionCheckbox({}, { paths: ['testName'] });

screen.debug();

expect(screen.getByText('Test Label').closest('mark')).toBeInTheDocument();
});

Expand Down

0 comments on commit b161a69

Please sign in to comment.