diff options
author | Dan Finlay <542863+danfinlay@users.noreply.github.com> | 2017-11-29 02:25:44 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-29 02:25:44 +0800 |
commit | 9a3ca5d5022d30415b8f5b32b148293689cfc817 (patch) | |
tree | 77b1ad331691e32c3d03ac6d17def7b067007cc1 /test/helper.js | |
parent | 28409294c3cd70ddbc9a9f3467d402c89e110261 (diff) | |
parent | 9b25f89728deabbdbeb7f7f0edd1b8cf4fd6e5bc (diff) | |
download | tangerine-wallet-browser-9a3ca5d5022d30415b8f5b32b148293689cfc817.tar tangerine-wallet-browser-9a3ca5d5022d30415b8f5b32b148293689cfc817.tar.gz tangerine-wallet-browser-9a3ca5d5022d30415b8f5b32b148293689cfc817.tar.bz2 tangerine-wallet-browser-9a3ca5d5022d30415b8f5b32b148293689cfc817.tar.lz tangerine-wallet-browser-9a3ca5d5022d30415b8f5b32b148293689cfc817.tar.xz tangerine-wallet-browser-9a3ca5d5022d30415b8f5b32b148293689cfc817.tar.zst tangerine-wallet-browser-9a3ca5d5022d30415b8f5b32b148293689cfc817.zip |
Merge pull request #2618 from MetaMask/NewUI-flat-update-deps
New ui flat update deps
Diffstat (limited to 'test/helper.js')
-rw-r--r-- | test/helper.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/helper.js b/test/helper.js index 1c5934a89..a3abbebf2 100644 --- a/test/helper.js +++ b/test/helper.js @@ -1,3 +1,7 @@ +import Enzyme from 'enzyme' +import Adapter from 'enzyme-adapter-react-15' + +Enzyme.configure({ adapter: new Adapter() }) // disallow promises from swallowing errors enableFailureOnUnhandledPromiseRejection() |