commit | d8bed32cb3f84d9cfb18332b07742701f5d57379 | [log] [tgz] |
---|---|---|
author | xuegao <xg353y@intl.att.com> | Thu Jul 18 17:45:34 2019 +0200 |
committer | xuegao <xg353y@intl.att.com> | Thu Jul 18 17:45:34 2019 +0200 |
tree | 2de9bc046a228b8b98135a1e26f2307b312c3648 | |
parent | 0ce38c26f68efa97f7d16ec9bbba5888982d97ba [diff] [blame] |
Integrate testing framework Integrate Jest and Enzyme testing framework. Issue-ID: CLAMP-425 Change-Id: I50427a5171c77c2d064fe5e913a46f95c4eb43bc Signed-off-by: xuegao <xg353y@intl.att.com>
diff --git a/ui-react/package.json b/ui-react/package.json index f1ae2bc..de7cb26 100644 --- a/ui-react/package.json +++ b/ui-react/package.json
@@ -28,5 +28,9 @@ "not dead", "not ie <= 11", "not op_mini all" - ] + ], + "devDependencies": { + "enzyme": "3.10.0", + "enzyme-adapter-react-16": "1.14.0" + } }