redux-saga-beginner-tutorial
redux-saga-beginner-tutorial copied to clipboard
sagas.spec.js file missing?
I see your confusion. the "npm test" script exists in the master branch but the sagas.spec.js script does not.
It is there in the "sagas" branch. https://github.com/redux-saga/redux-saga-beginner-tutorial/blob/sagas/sagas.spec.js
The best advice here I think is to stick to the actual tutorial rather then the README. I too fell into the trap though, so it would be useful to simply remove the npm test
text from here.