aboutsummaryrefslogtreecommitdiffstats
path: root/graphgraph-fe/src/setupTests.js
diff options
context:
space:
mode:
authorMatus Szabo <matus.szabo@orange.com>2020-07-08 15:43:10 +0200
committerMatus Szabo <matus.szabo@orange.com>2020-07-08 15:43:10 +0200
commit50f3c54cae36b5a48c6d373443557922b0c5a3d4 (patch)
treeffa0a185b811da3fca6cfb6b53f42e04fb5b22d7 /graphgraph-fe/src/setupTests.js
parent6aec50e7531735d4cb0e5aae3f1482789f8e463c (diff)
Added front-end tests
Increased front-end tests coverage to 76% Issue-ID: AAI-2993 Signed-off-by: Matus Szabo <matus.szabo@orange.com> Change-Id: I80fd7763bce3c7198ec85cbb63bd334385964455
Diffstat (limited to 'graphgraph-fe/src/setupTests.js')
-rw-r--r--graphgraph-fe/src/setupTests.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphgraph-fe/src/setupTests.js b/graphgraph-fe/src/setupTests.js
new file mode 100644
index 0000000..fac1704
--- /dev/null
+++ b/graphgraph-fe/src/setupTests.js
@@ -0,0 +1,4 @@
+import Adapter from 'enzyme-adapter-react-16';
+import { configure } from 'enzyme';
+
+configure({adapter: new Adapter()}); \ No newline at end of file