Skip to content

A repository for introducing the concept of unit testing functions

Notifications You must be signed in to change notification settings

turingschool-examples/first-unit-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
Open in your text editor. For example: code .
Run the tests: npm test

About

A repository for introducing the concept of unit testing functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published