Skip to content

dijonkitchen/Set-TDD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI

codecov

Set

Building the Set class in Javascript with test-driven development. To learn more about foundational mathematics and continue building incremental functionality, with fast tests, and complete coverage for inexpensive adaptability.

You can see details on how this was built with the conventional commits in the git log!

Background:

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set https://en.wikipedia.org/wiki/Set_theory

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

What things you need to install the software and how to install them

brew install node
brew install yarn

Installing

To compile the Typescript to cross-platform compatible Javascript, run:

yarn run build

Running the tests

Testing was done with Jest.

To run tests:

yarn test

For development, you can watch for changes with:

yarn test --watch

About

Using Test-Driven Design/Development to build Sets

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published