/gildedrose_refactoring_kata_node

Gilded Rose Refactoring Kata In Node

Primary LanguageJavaScript

Project Title

Gilded Rose Refactoring Kata in Node

About

This was an excercise to refactor existing code with node.js. Apart from the requirements, there were no clear instructions and test were not provided. I started by writing the test, refactoring the code, and then add additional feature requirements.

Running the tests

The tests were written in Jasmine.

To run the test: npm test

Acknowledgments

  • Emily Bache for Creating the Kata