Skip to content
Snippets Groups Projects
Commit 6b54e63d authored by Ashwanth K's avatar Ashwanth K
Browse files

Upload New File

parent 1d304379
Branches
No related tags found
No related merge requests found
import React from 'react';
import ReactDOM from 'react-dom';
import App from './App';
it('renders without crashing', () => {
const div = document.createElement('div');
ReactDOM.render(<App />, div);
ReactDOM.unmountComponentAtNode(div);
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment