String Calculator TDD Kata

This repo is demonstration of TDD on a string calculator project.
This repo is part of assignment from Incubyte and further details can be found here.

how to setup

npm install

how to run

npm run test

tests

image