diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2018-09-04 13:55:28 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2018-09-04 13:55:28 +1200 |
commit | 6f6cf5427bd78b6de9ea1331952e086ecb277d10 (patch) | |
tree | 0bcbe0e02403ee2b05e764f1a8adee673afbebfc /modern | |
parent | 4df922322c6eca5b9b75129dbc9db8aad3244be9 (diff) | |
download | trackermap-web-6f6cf5427bd78b6de9ea1331952e086ecb277d10.tar.gz trackermap-web-6f6cf5427bd78b6de9ea1331952e086ecb277d10.tar.bz2 trackermap-web-6f6cf5427bd78b6de9ea1331952e086ecb277d10.zip |
Remove unit tests
Diffstat (limited to 'modern')
-rw-r--r-- | modern/src/App.test.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/modern/src/App.test.js b/modern/src/App.test.js deleted file mode 100644 index a754b201..00000000 --- a/modern/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); -}); |