From 4be96f85c65df9384b11d68e87ca9e03e27a083c Mon Sep 17 00:00:00 2001 From: brunomilitzer Date: Fri, 17 Dec 2021 17:41:57 +0000 Subject: Added Jest Unit Tests Jest Tests for creation of instance properties Jest Tests for deletion of instance properties Included Issue-Id: 3566 Issue-ID: POLICY-3563 Signed-off-by: brunomilitzer Change-Id: I227ae8f306df10ee3cc341791471dda9ca79d9d1 --- gui-clamp/ui-react/package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'gui-clamp/ui-react/package.json') diff --git a/gui-clamp/ui-react/package.json b/gui-clamp/ui-react/package.json index c3b63c5..3a8ee27 100644 --- a/gui-clamp/ui-react/package.json +++ b/gui-clamp/ui-react/package.json @@ -26,11 +26,12 @@ "src/theme" ], "dependencies": { + "@babel/runtime": "7.16.5", "@fortawesome/fontawesome-free": "5.15.3", "@json-editor/json-editor": "2.5.4", - "@material-ui/core": "4.11.4", + "@material-ui/core": "4.12.3", "@material-ui/icons": "4.11.2", - "@material-ui/lab": "4.0.0-alpha.58", + "@material-ui/lab": "4.0.0-alpha.60", "@material-ui/pickers": "3.3.10", "bootstrap-css-only": "4.4.1", "js-yaml": "4.1.0", @@ -45,9 +46,11 @@ }, "devDependencies": { "@babel/plugin-proposal-class-properties": "7.14.5", + "@babel/plugin-transform-runtime": "7.16.5", "@babel/preset-env": "7.14.7", "@babel/preset-react": "7.14.5", "@wojtekmaj/enzyme-adapter-react-17": "0.6.2", + "babel-jest": "26.6.0", "enzyme": "3.11.0", "enzyme-adapter-react-17-updated": "1.0.2", "enzyme-to-json": "3.6.2", -- cgit 1.2.3-korg