Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 586 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 586 Bytes

Gilded Rose Refactoring and Testing Kata

Gilded Rose Shop

Comandos útiles

  • Instalar dependencias: npm install
  • Correr la aplicación: npm run test:print -- <days>
  • Correr los test: npm run test
  • Correr los test en watch mode npm run test:watch

This is the Gilded Rose kata in TypeScript. This Kata was originally created by Terry Hughes (http://twitter.com/TerryHughes). It is already on GitHub here.