Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 538 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 538 Bytes

JavaScript Katas

Requirements

  • Node.js v6.3.1 or higher

Running the tests

To execute the tests you first need to install the needed Node packages by executing the command npm install from the project directory.

You can then execute npm test to run the tests.