Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Files

Latest commit

 

History

History
 
 

unit_testing

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README

This directory is for unit testing, which should insure that all pull requests have valid files. Each file in the form scriptname.test.js will be run by jest, a node based unit testing library created by facebook. To understand what unit testing does check out The Coding Train's video series.

This directory should allow continuous integration to be set up using circleCI, as seen in parts 3 and 4 of the coding trains video series.