Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Latest commit

 

History

History
9 lines (9 loc) · 466 Bytes

Readme.md

File metadata and controls

9 lines (9 loc) · 466 Bytes

JSBootcampChallenges

These are challenges for Technosoft JS bootcamp. Fork this repository to your github account. Clone the repository to your machine by clicking the Code button and then copythe URL. Run git clone and then paste the URL After installed run npm install Then you can see all the test commands to run in the package.json file. For example you can run all the tests with npm run test Or you can run a specific test folder with npm run test:functions