diff options
author | 2021-12-17 17:41:57 +0000 | |
---|---|---|
committer | 2022-01-04 15:51:54 +0000 | |
commit | 4be96f85c65df9384b11d68e87ca9e03e27a083c (patch) | |
tree | af178c54ace2b5d7457e3547b81cae6f4b6d5ebc /gui-clamp/ui-react/package.json | |
parent | acd025f30f0005731c9b2894cb954bd31401ab76 (diff) |
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 <bruno.militzer@est.tech>
Change-Id: I227ae8f306df10ee3cc341791471dda9ca79d9d1
Diffstat (limited to 'gui-clamp/ui-react/package.json')
-rw-r--r-- | gui-clamp/ui-react/package.json | 7 |
1 files changed, 5 insertions, 2 deletions
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", |