aboutsummaryrefslogtreecommitdiff
path: root/modern
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2018-09-04 13:55:28 +1200
committerAnton Tananaev <anton.tananaev@gmail.com>2018-09-04 13:55:28 +1200
commit6f6cf5427bd78b6de9ea1331952e086ecb277d10 (patch)
tree0bcbe0e02403ee2b05e764f1a8adee673afbebfc /modern
parent4df922322c6eca5b9b75129dbc9db8aad3244be9 (diff)
downloadetbsa-traccar-web-6f6cf5427bd78b6de9ea1331952e086ecb277d10.tar.gz
etbsa-traccar-web-6f6cf5427bd78b6de9ea1331952e086ecb277d10.tar.bz2
etbsa-traccar-web-6f6cf5427bd78b6de9ea1331952e086ecb277d10.zip
Remove unit tests
Diffstat (limited to 'modern')
-rw-r--r--modern/src/App.test.js9
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 a754b20..0000000
--- 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);
-});