diff options
author | Arul.Nambi <arul.nambi@amdocs.com> | 2018-09-05 14:44:15 -0400 |
---|---|---|
committer | Arul.Nambi <arul.nambi@amdocs.com> | 2018-09-05 14:46:13 -0400 |
commit | 6b408bc2ea74ffbe3985c7f90211e59a2f00fad2 (patch) | |
tree | d0e3bab15d5c5587ef857051cce68bd389f6d20f /scripts | |
parent | b68cd9cee606372747f6fee4a864de994b0518a7 (diff) |
Upgrade to react 16
Issue-ID: AAI-1576
Change-Id: I2a3035c7922ccabdca446e76341adf6ca8785155
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/test/setupTests.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test/setupTests.js b/scripts/test/setupTests.js index 7237dc9..2318628 100644 --- a/scripts/test/setupTests.js +++ b/scripts/test/setupTests.js @@ -1,5 +1,5 @@ import { configure } from 'enzyme'; -import Adapter from 'enzyme-adapter-react-15'; +import Adapter from 'enzyme-adapter-react-16'; import 'jest-enzyme'; configure({ adapter: new Adapter() }); |