add sinon; add basic Button component test

This commit is contained in:
Kai Schaper
2016-10-10 22:44:06 +02:00
parent 998f161e1d
commit e0a4455622
2 changed files with 16 additions and 1 deletions

View File

@ -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"
}
}