Meant to be a fun way to practice JS
- Clone the repo
- Install dependencies:
npm install
- Run Tests with:
npm run watch
Once the test-runner is watching, you can isolate files by pressing p
and typing the file name. ie: __tests__/00-convertToNumbers.test.js
.
Contributions are welcome! Just fork, clone, and submit a PR.