about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorKai Schaper <303@posteo.de>2016-10-10 22:44:06 +0200
committerKai Schaper <303@posteo.de>2016-10-10 22:48:58 +0200
commite0a44556221ab2555731315a033fd18a5c01ef19 (patch)
treedea7cd271fbce16dc11a369e2c39468f6c1d8423 /package.json
parent998f161e1d73ee699a99a65fa5e7701ea6602567 (diff)
add sinon; add basic Button component test
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 5d03df018..e980a72b2 100644
--- a/package.json
+++ b/package.json
@@ -34,6 +34,7 @@
     "redux": "^3.5.2",
     "redux-immutable": "^3.0.8",
     "redux-thunk": "^2.1.0",
-    "reselect": "^2.5.4"
+    "reselect": "^2.5.4",
+    "sinon": "^1.17.6"
   }
 }