Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 715 Bytes

File metadata and controls

25 lines (12 loc) · 715 Bytes

xJavaScript Build Status

Exercism exercises in JavaScript

Installing

To run the tests, you'll need NodeJS and Jasmine. For information about how to install these tools, see the Javascript page.

Running Unit Test Suite

The following commands assume that you are in the 'xjavascript' directory:

All Assignments

% make test

Single Assignment

% make test-assignment ASSIGNMENT=wordy

Contributing Guide

Please see the contributing guide