install enzyme
This commit is contained in:
parent
667c0d6265
commit
ac2077d89b
1 changed files with 3 additions and 1 deletions
|
@ -58,6 +58,7 @@
|
||||||
"babel-eslint": "^7.1.1",
|
"babel-eslint": "^7.1.1",
|
||||||
"chai": "^3.5.0",
|
"chai": "^3.5.0",
|
||||||
"circular-dependency-plugin": "^2.0.0",
|
"circular-dependency-plugin": "^2.0.0",
|
||||||
|
"enzyme": "^2.8.2",
|
||||||
"eslint": "^3.11.1",
|
"eslint": "^3.11.1",
|
||||||
"eslint-config-standard": "^6.2.1",
|
"eslint-config-standard": "^6.2.1",
|
||||||
"eslint-plugin-promise": "^3.4.0",
|
"eslint-plugin-promise": "^3.4.0",
|
||||||
|
@ -66,7 +67,8 @@
|
||||||
"jsdom": "^9.11.0",
|
"jsdom": "^9.11.0",
|
||||||
"mocha": "^3.2.0",
|
"mocha": "^3.2.0",
|
||||||
"mocha-webpack": "^0.7.0",
|
"mocha-webpack": "^0.7.0",
|
||||||
"react-addons-test-utils": "^15.4.2"
|
"react-addons-test-utils": "^15.4.2",
|
||||||
|
"sinon": "^2.2.0"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"raml2html": "4.0.5"
|
"raml2html": "4.0.5"
|
||||||
|
|
Loading…
Add table
Reference in a new issue