redux-saga / redux-saga-beginner-tutorial

Redux/Redux-saga beginner tutorial
MIT License
587 stars 544 forks source link

Add babel-node to devDependencies #79

Closed jmakhack closed 2 years ago

jmakhack commented 2 years ago

The npm test script requires babel-node to execute.

As part of https://github.com/babel/babel/pull/6023, babel-node has become a standalone package. Therefore, it is required as a dev dependency within package.json in order to run the tests as specified in the redux-saga-beginner-tutorial.