gbirke / roman-numerals-wmde-1

Roman numerals exercise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Roman numerals exercise


Languages

Language:JavaScript 100.0%