From 50f3c54cae36b5a48c6d373443557922b0c5a3d4 Mon Sep 17 00:00:00 2001 From: Matus Szabo Date: Wed, 8 Jul 2020 15:43:10 +0200 Subject: Added front-end tests Increased front-end tests coverage to 76% Issue-ID: AAI-2993 Signed-off-by: Matus Szabo Change-Id: I80fd7763bce3c7198ec85cbb63bd334385964455 --- graphgraph-fe/src/setupTests.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 graphgraph-fe/src/setupTests.js (limited to 'graphgraph-fe/src/setupTests.js') 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 -- cgit 1.2.3-korg