Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.38 KB

README.md

File metadata and controls

49 lines (31 loc) · 1.38 KB

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