- Clone this repo
- Install dependencies using
npm install
- Run the tests in watch mode using
npm run test:watch
- In the terminal use jest's
Press p to filter by a filename regex pattern.
- Enter the name of the exercise to only run those tests
- You can put .only in front of a test to do one at a time
- Pull updates to this repo (on later days) using
git pull origin main
abouman76/YCCI-Fun-damentals
JavaScript FUNdamentals, answers on feature branch and tested by using JEST. My solutions can be found at the feature branches.
JavaScript