Skip to content

Commit 8b3c3b3

Browse files
authored
Merge pull request popcodeorg#747 from outoftime/bootstrap-saga
Port application bootstrap flow to sagas and reducers
2 parents 63e8d6d + 786e999 commit 8b3c3b3

35 files changed

+883
-752
lines changed

karma.conf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ module.exports = function(config) {
2222

2323
frameworks: [
2424
'tap',
25+
'sinon-chai',
2526
],
2627

2728
files: [

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@
170170
"postcss": "^5.2.15",
171171
"postcss-cssnext": "^2.8.0",
172172
"raw-loader": "^0.5.1",
173+
"redux-saga-test-plan": "^2.3.0",
173174
"sinon": "^1.17.6",
174175
"sinon-chai": "^2.8.0",
175176
"string-replace-loader": "^1.0.5",

spec/examples/actions/bootstrap.spec.js

Lines changed: 0 additions & 303 deletions
This file was deleted.

0 commit comments

Comments
 (0)