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

Filename typo for testfile in intro

Open rosven opened this issue 9 years ago • 0 comments
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 :)

rosven avatar Jul 25 '16 08:07 rosven