diff options
author | xuegao <xg353y@intl.att.com> | 2019-10-01 15:34:53 +0200 |
---|---|---|
committer | xuegao <xg353y@intl.att.com> | 2019-10-01 15:34:53 +0200 |
commit | 233e3cdba0aec0f0c21cc5986654feb33cb7eb3d (patch) | |
tree | 686fa173440210eb34555f458d37c3518a7c4125 /ui-react/package.json | |
parent | 58c7c977bed829fe010849cdf1b3f654c3c8cc02 (diff) |
Add react ui tests
Add more tests for react UI.
Issue-ID: CLAMP-509
Change-Id: I58f6408bcd8667fa8b16b0b2f31f8287bdfac8c9
Signed-off-by: xuegao <xg353y@intl.att.com>
Diffstat (limited to 'ui-react/package.json')
-rw-r--r-- | ui-react/package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui-react/package.json b/ui-react/package.json index 4a363ab51..f1b111f8f 100644 --- a/ui-react/package.json +++ b/ui-react/package.json @@ -84,6 +84,9 @@ { "loose": true } + ], + [ + "@babel/plugin-transform-runtime" ] ] } |