Go through the setup instructions for JavaScript to install the necessary dependencies:
http://help.exercism.io/getting-started-with-javascript.html
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.