This repo will help you get started learning how to create functional code, based on feedback that you're getting from tests. In the future, you'll be writing your own tests, but for today, you just need to run the tests that have already been written for you, and implement code to make them pass.
Clone the repository: git clone git@github.com:turingschool-examples/first-unit-tests.git
CD into the directory: cd first-unit-tests
Install dependencies: npm install
Open in your text editor. For example: atom .
Run the tests: npm test