Skip to content

Commit

Permalink
Update App.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
murattishkul authored Jun 17, 2019
1 parent a0b4b70 commit f9bcea1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.test.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import React from 'react';
import ReactDOM from 'react-dom';
import App from './App';
import LineTotal from './index.js';

it('renders without crashing', () => {
const div = document.createElement('div');
ReactDOM.render(<App />, div);
ReactDOM.render(<LineTotal />, div);
ReactDOM.unmountComponentAtNode(div);
});

0 comments on commit f9bcea1

Please sign in to comment.