redux-saga-beginner-tutorial icon indicating copy to clipboard operation
redux-saga-beginner-tutorial copied to clipboard

sagas.spec.js file missing?

Open chisNaN opened this issue 7 years ago • 2 comments

chisNaN avatar Apr 14 '17 12:04 chisNaN

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

schraj avatar Apr 14 '17 22:04 schraj

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.

ianchanning avatar Sep 20 '18 12:09 ianchanning