Fix a few bugs in reducers/channels, start adding tests

This commit is contained in:
Ken-Håvard Lieng 2017-04-23 08:45:35 +02:00
parent 307c83958a
commit 35e2ea39f1
5 changed files with 993 additions and 44 deletions

View file

@ -8,6 +8,9 @@
"development": {
"plugins": ["react-hot-loader/babel"]
},
"test": {
"plugins": ["transform-es2015-modules-commonjs"]
},
"production": {
"plugins": [
"transform-react-inline-elements",