Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
console.log removed from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adoroshk committed Feb 16, 2024
1 parent ddb7ed4 commit 2743ad9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/terra-table/tests/jest/ColumnHeaderCell.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,6 @@ describe('ColumnHeaderCell', () => {
/>,
);
wrapper.find('.column-header').simulate('mousedown');
console.log(wrapper.find('.column-header').html());

// Validate mock function was called from simulated onMouseDown event
expect(mockOnColumnSelect).toHaveBeenCalled();
Expand Down

0 comments on commit 2743ad9

Please sign in to comment.