aboutsummaryrefslogtreecommitdiffstats
path: root/graphgraph-fe/src/App.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'graphgraph-fe/src/App.test.js')
-rw-r--r--graphgraph-fe/src/App.test.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/graphgraph-fe/src/App.test.js b/graphgraph-fe/src/App.test.js
new file mode 100644
index 0000000..4bf1935
--- /dev/null
+++ b/graphgraph-fe/src/App.test.js
@@ -0,0 +1,9 @@
+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)
+})