summaryrefslogtreecommitdiffstats
path: root/front/odiparpack/internals/testing/enzyme-setup.js
diff options
context:
space:
mode:
Diffstat (limited to 'front/odiparpack/internals/testing/enzyme-setup.js')
-rw-r--r--front/odiparpack/internals/testing/enzyme-setup.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/front/odiparpack/internals/testing/enzyme-setup.js b/front/odiparpack/internals/testing/enzyme-setup.js
new file mode 100644
index 0000000..82edfc9
--- /dev/null
+++ b/front/odiparpack/internals/testing/enzyme-setup.js
@@ -0,0 +1,4 @@
+import { configure } from 'enzyme';
+import Adapter from 'enzyme-adapter-react-16';
+
+configure({ adapter: new Adapter() });