Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 395 Bytes

File metadata and controls

20 lines (12 loc) · 395 Bytes

Setup

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

http://help.exercism.io/getting-started-with-javascript.html

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.