diff options
author | xuegao <xg353y@intl.att.com> | 2019-07-18 17:45:34 +0200 |
---|---|---|
committer | xuegao <xg353y@intl.att.com> | 2019-07-18 17:45:34 +0200 |
commit | d8bed32cb3f84d9cfb18332b07742701f5d57379 (patch) | |
tree | 2de9bc046a228b8b98135a1e26f2307b312c3648 /ui-react/package.json | |
parent | 0ce38c26f68efa97f7d16ec9bbba5888982d97ba (diff) |
Integrate testing framework
Integrate Jest and Enzyme testing framework.
Issue-ID: CLAMP-425
Change-Id: I50427a5171c77c2d064fe5e913a46f95c4eb43bc
Signed-off-by: xuegao <xg353y@intl.att.com>
Diffstat (limited to 'ui-react/package.json')
-rw-r--r-- | ui-react/package.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ui-react/package.json b/ui-react/package.json index f1ae2bc9d..de7cb26d1 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" + } } |