Skip to content

Commit

Permalink
Merge branch 'master' into improvement/handle-put-arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
timbuckley committed Feb 3, 2017
2 parents 0676a31 + 770877e commit 4429f7b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Redux Saga Test Engine
![Circle CI Status Shield](https://circleci.com/gh/DNAinfo/redux-saga-test-engine.png?style=shield&circle-token=2aa98ed43cdd0fcf890f955d7e203e663edba01c)

Test your `redux-saga` generator functions with less pain.

Expand Down
4 changes: 4 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
test:
override:
- nvm install stable && nvm alias default stable
- npm test
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "redux-saga-test-engine",
"version": "1.1.0",
"description": "Redux saga test helper",
"engines": {
"node": ">=6.0.0"
},
"main": "index.js",
"repository": "DNAinfo/redux-saga-test-engine",
"scripts": {
Expand Down

0 comments on commit 4429f7b

Please sign in to comment.