Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 364 Bytes

File metadata and controls

18 lines (10 loc) · 364 Bytes

Setup

Go through the setup instructions for JavaScript to install the necessary dependencies:

http://exercism.io/languages/javascript

Making the Test Suite Pass

Execute the tests with:

jasmine-node .

In many test suites all but the first test have been skipped.

Once you get a test passing, you can unskip the next one by changing xit to it.