Skip to content

Instantly share code, notes, and snippets.

Created October 3, 2016 09:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/b887eb8b08498cee9814a84d51b2930a to your computer and use it in GitHub Desktop.
Save anonymous/b887eb8b08498cee9814a84d51b2930a to your computer and use it in GitHub Desktop.
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);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment