Skip to content

Commit

Permalink
Merge pull request popcodeorg#747 from outoftime/bootstrap-saga
Browse files Browse the repository at this point in the history
Port application bootstrap flow to sagas and reducers
  • Loading branch information
outoftime committed Apr 3, 2017
2 parents 63e8d6d + 786e999 commit 8b3c3b3
Show file tree
Hide file tree
Showing 35 changed files with 883 additions and 752 deletions.
1 change: 1 addition & 0 deletions karma.conf.js
Expand Up @@ -22,6 +22,7 @@ module.exports = function(config) {

frameworks: [
'tap',
'sinon-chai',
],

files: [
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -170,6 +170,7 @@
"postcss": "^5.2.15",
"postcss-cssnext": "^2.8.0",
"raw-loader": "^0.5.1",
"redux-saga-test-plan": "^2.3.0",
"sinon": "^1.17.6",
"sinon-chai": "^2.8.0",
"string-replace-loader": "^1.0.5",
Expand Down
303 changes: 0 additions & 303 deletions spec/examples/actions/bootstrap.spec.js

This file was deleted.

0 comments on commit 8b3c3b3

Please sign in to comment.