Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
John Tucker committed Mar 14, 2018
1 parent b8958ef commit 547298d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shallow/src/components/App.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ it('renders without crashing', () => {
const div = document.createElement('div');
render(<App message="Hello" />, div);
unmountComponentAtNode(div);
});
});

0 comments on commit 547298d

Please sign in to comment.