Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolagigic committed Nov 30, 2020
1 parent aab88c5 commit 6729938
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ describe('TableElement', () => {
);
});
it('fades table', () => {
const wrapper = shallow(<TableElement {...mockedProps} />)
const wrapper = shallow(<TableElement {...mockedProps} />);
expect(wrapper.state().hovered).toBe(false);
expect(wrapper.find(Fade).props().hovered).toBe(false);
wrapper.find('div.TableElement').simulate('mouseEnter');
Expand Down

0 comments on commit 6729938

Please sign in to comment.