Boilerplate for training TDD in javascript
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Latest version of Node.js [https://nodejs.org/en/]
- Code editor [e.g https://code.visualstudio.com/]
In your project folder run command
npm install
or if you wants to use Yarn
yarn install
npm test
or
yarn test
You can also run your test with --watch
tag to run them continuously
npm run eslint
or
yarn eslint