Skip to content

Commit

Permalink
[PR feedback] Remove RTL debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Dec 12, 2023
1 parent 1f94a5b commit c85649b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ describe('useEuiComboBoxReset', () => {
);
};

const { debug } = render(<EuiComboBoxResetTest />);

debug();
render(<EuiComboBoxResetTest />);

const initialValue = screen.getByRole('combobox');
expect(initialValue).toHaveValue(options[0].label);
Expand Down

0 comments on commit c85649b

Please sign in to comment.