redux-saga-beginner-tutorial
redux-saga-beginner-tutorial copied to clipboard
Filename typo for testfile in intro
trafficstars
According to the intro the file name for testing should be saga.spec.jsbut in package.jsonthe test command is provided as "test": "babel-node sagas.spec.js | tap-spec",.
FIX: either upd. intro readme.md filename to sagas.spec.js or upd package.json test to "test": "babel-node saga.spec.js | tap-spec",.
No biggie, just a typo :)