This commit is contained in:
Mars Hall
2017-01-30 14:29:39 -08:00
commit 0f8d98090a
16 changed files with 1554 additions and 0 deletions

8
react-ui/src/App.test.js Normal file
View File

@@ -0,0 +1,8 @@
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);
});