- Navigate to the repo here https://github.com/codurance/academy-walking-1-typescript-base-jest
- Click the Fork button from the top right corner of the page
- Chose to fork the code to your personal github account
- You can rename the github repo to the kata name from the Settings tab. e.g. fizzbuzz-kata
- Clone the code from the forked repository:
git clone [email protected]:<youGithubHandle>/fizzbuzz.git
cd fizzbuzz
npm install
- You can rename the github repo to the kata name from the Settings tab
- Copy and paste the bash instructions to the team so they can use your forked repo
npm i
npm test
npm test <name of test>
(per describe block)
ie: npm test example
npm run test:watch <name of test>
ie: npm run test:watch example
npm run test:watch-all