Skip to content
Snippets Groups Projects
Commit 0af2b737 authored by Alexandros Georgantas's avatar Alexandros Georgantas
Browse files

Added Jest's required dependency in devDependencies

parent 60a3b43c
No related branches found
No related tags found
No related merge requests found
...@@ -55,6 +55,7 @@ ...@@ -55,6 +55,7 @@
"devDependencies": { "devDependencies": {
"enzyme": "^2.7.1", "enzyme": "^2.7.1",
"enzyme-to-json": "^1.4.5", "enzyme-to-json": "^1.4.5",
"react-addons-test-utils": "^15.4.2",
"identity-obj-proxy": "^3.0.0", "identity-obj-proxy": "^3.0.0",
"jest": "^18.1.0", "jest": "^18.1.0",
"react-test-renderer": "^15.4.2", "react-test-renderer": "^15.4.2",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment