Sha256: bd62aa885fd9411a1ce06e56e9c9df8b2bce20d0f0b560743bfc02c96108ec51
Contents?: true
Size: 650 Bytes
Versions: 20
Compression:
Stored size: 650 Bytes
Contents
## Setup Go through the setup instructions for ECMAScript to install the necessary dependencies: http://exercism.io/languages/ecmascript ## Requirements They are already described in the link above, but just as a quick reference: Install globally a tool to run [Gulp](http://gulpjs.com) if it is not installed yet: ```bash $ npm install -g gulp-cli ``` Install assignment dependencies: ```bash $ npm install ``` ## Making the test suite pass Execute the tests with: ```bash $ gulp test ``` 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`.
Version data entries
20 entries across 20 versions & 1 rubygems