Skip to content

Commit

Permalink
remove useless console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
aleckvincent committed Sep 9, 2024
1 parent 194473d commit c622414
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ describe('Mission Item component', () => {

fireEvent.mouseOver(missionItemElement)
const listItemWithHover = screen.getByTestId('list-item-with-hover')
console.log(listItemWithHover)
expect(getComputedStyle(listItemWithHover).backgroundColor).toBe(hexToRgb(THEME.color.blueGray25))

})
Expand Down

0 comments on commit c622414

Please sign in to comment.