diff options
author | Michael Muré <batolettre@gmail.com> | 2018-07-22 10:06:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-22 10:06:40 +0200 |
commit | e1f597639bfc2f796f74afa87e41581087f0b26e (patch) | |
tree | 4bf2bcb127924ed3265c68bd9beb4baa24def432 /webui/src/App.test.js | |
parent | 94623b2a82485e573005fc52441dcdbe79f8d026 (diff) | |
parent | 6d8559048f9dcbac4ee9f65de54bda4cd1a7431c (diff) | |
download | git-bug-e1f597639bfc2f796f74afa87e41581087f0b26e.tar.gz |
Merge pull request #3 from MichaelMure/ui
WIP: Web UI
Diffstat (limited to 'webui/src/App.test.js')
-rw-r--r-- | webui/src/App.test.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/webui/src/App.test.js b/webui/src/App.test.js deleted file mode 100644 index a754b201..00000000 --- a/webui/src/App.test.js +++ /dev/null @@ -1,9 +0,0 @@ -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); -}); |