Skip to content

Kata with Roman numerals for practicing test-driven development in javascript.

Notifications You must be signed in to change notification settings

ethome/roman-calculator-kata-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roman Calculator Kata

The goal of this lesson is to practice test-driven development by implementing a calculator that adds Roman numerals.

Setup

  • Install nvm or nvm-windows for windows
  • Install yarn
  • In the root directory of the project, run the following commands:
    • nvm use
    • yarn install

Running tests

  • To run tests, run the command yarn test
  • To run in watch mode, run yarn test:watch

How do I write tests in Jest?

The Jest API is a good resource.

About

Kata with Roman numerals for practicing test-driven development in javascript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published