Skip to content
This repository has been archived by the owner on Apr 28, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 547 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 547 Bytes

First Unit Tests

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.

Getting Started

Clone the repository: git clone [email protected]:turingschool-examples/first-unit-tests.git
CD into the directory: cd first-unit-tests
Install dependencies: npm install
Run the tests: npm test