diff -r b52921a63e77 -r 3b5d37d84cfe client/src/App.test.js --- a/client/src/App.test.js Mon May 22 17:59:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,17 +0,0 @@ -import React from 'react'; -import ReactDOM from 'react-dom'; -import App from './App'; -import {Provider} from 'react-redux'; - -import configureStore from './store/configure-store'; - -const store = configureStore(); - -it('renders without crashing', () => { - const div = document.createElement('div'); - ReactDOM.render( - - - , - div); -});