Learn how automated JavaScript testing works by building your own unit testing framework!
Required packages:
- nodemon
- babel-cli
Order of material:
index.jsutils.jsutils.test.jsmock.test.js
The files are intended to test the utils module.
To run the files, run npm run test-watch.
For the
globalone, runnpm run global-test-watch