pitter3 / unit-testing-practice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unit Testing Practice

This repo will give you more practice with reading unit tests and implementing functions to make them pass. Remember your problem solving strategies as you pass each test one line at a time. This includes pseudocoding, logging values, and reading error messages!

Getting Started

Clone the repository: git clone git@github.com:turingschool-examples/unit-testing-practice.git
CD into the directory: cd unit-testing-practice
Install dependencies: npm install
Open in your text editor. For example: code .
Run the tests: npm test

About


Languages

Language:JavaScript 100.0%