Skip to content

Programming-Duck/unit-testing-class

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unit testing class

This repo contains the examples used in the Programming Duck testing class.

Getting started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • NPM

Installation requires NPM which is included with Node. You can install Node by downloading the installer from the website.

To update NPM to the latest version:

npm install -g npm@latest

Installation

  1. Clone the repo
git clone https://github.com/sargalias/programming-duck-unit-testing-class.git
  1. Install NPM packages
npm install

Running the tests

This command runs the tests once:

npm run test

This commands runs the test in watch mode (continuously as you work on the code):

npm run test:watch

About

The testing repository used for the session "Pro teaches noob - Unit testing" for Programming Duck

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published