/roman-numerals-wmde-1

Roman numerals exercise

Primary LanguageJavaScript

Jasmine on Node.js

This directory contains a basic project template using Node.js and Jasmine.

To install dependencies:

npm install

To run the test suite:

npm test

Happy hacking! :-)

Note: After switching between Node.js versions, npm test can result in an error. Removing the node_modules directory (with rm -rf node_modules) should fix it.