But feel free to enjoy the bugs. Report them if you experience any.
The same as we have been doing all along.
-
Fork and clone this repository.
-
Navigate to the cloned repository's directory on your command line. Then, run the following command:
npm installThis will install the libraries needed to run the tests.
-
Open up the repository in VSCode or whichever text-editor you feel more comfortable with. Maybe even vim or emacs. ^_^
Since I'm no expert the testing is a little bit different with this repo. If you are working on 01-map.js you should run the following:
npm test 01-map.test.jsIf you are working on 02-filter.js you should run:
npm test 02-filter.test.jsand so on...
Solve the functions however you want, but use the functions that are needed in each test.
