/pair-programming-jest

A pair programming exercise

Primary LanguageJavaScript

pair-programming-jest

A pair programming exercise

This repo contains a few failing tests. The objective of this exercise is to fix the code in utils.js and get a successful test run. Feel free to ask any questions and use the Internet if necessary.

To get going, run the following commands :

yarn OR npm install

yarn test OR npm test