diff options
| author | Erik Larkö <erik@mullvad.net> | 2017-08-18 13:29:22 +0200 |
|---|---|---|
| committer | Erik Larkö <erik@mullvad.net> | 2017-08-18 13:29:22 +0200 |
| commit | 750d633006774154301fffaeb680b9eb4065c745 (patch) | |
| tree | 5bc58525834fa92ff625395953f880a5ae0fec3b /package.json | |
| parent | 61c56110c3c2d550966edab662405c2f6d84c05b (diff) | |
| parent | ca6a2f8965b517bd5d5df512796d4ceeda637d79 (diff) | |
| download | mullvadvpn-750d633006774154301fffaeb680b9eb4065c745.tar.xz mullvadvpn-750d633006774154301fffaeb680b9eb4065c745.zip | |
Merge branch 'login-failure-notification-test'
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 2d3f89e984..159de2f127 100644 --- a/package.json +++ b/package.json @@ -52,12 +52,14 @@ "electron-builder": "^19.12.0", "electron-devtools-installer": "^2.1.0", "electron-mocha": "^3.3.0", + "enzyme": "^2.9.1", "eslint": "^4.1.1", "eslint-plugin-flowtype": "^2.34.1", "eslint-plugin-react": "^7.1.0", "flow-bin": "^0.50.0", "flow-typed": "^2.1.5", "npm-run-all": "^4.0.1", + "react-test-renderer": "^15.6.1", "redux-mock-store": "^1.2.2", "rimraf": "^2.5.4" }, |
