diff options
| author | Andrej Mihajlov <and@codeispoetry.ru> | 2017-03-09 14:33:05 +0000 |
|---|---|---|
| committer | Andrej Mihajlov <and@codeispoetry.ru> | 2017-03-09 14:33:05 +0000 |
| commit | 2e4756eaf97fd70c4917d01a1284887bdec28956 (patch) | |
| tree | 035c41b684ea54d0901a2d04b3d06833d39a10b6 /package.json | |
| parent | 4005868e4c28e526f26858f5721da7d50809d05e (diff) | |
| download | mullvadvpn-2e4756eaf97fd70c4917d01a1284887bdec28956.tar.xz mullvadvpn-2e4756eaf97fd70c4917d01a1284887bdec28956.zip | |
- Add basic tests for AccountInput
- Add JSDOM
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 d36db057ef..525d5b7dbb 100644 --- a/package.json +++ b/package.json @@ -47,8 +47,10 @@ "eslint": "^3.14.1", "eslint-plugin-react": "^6.9.0", "isomorphic-fetch": "^2.2.1", + "jsdom": "^9.11.0", "mocha": "^3.2.0", "npm-run-all": "^4.0.1", + "react-addons-test-utils": "^15.4.2", "redux-mock-store": "^1.2.2", "rimraf": "^2.5.4" }, |
