Sha256: cbc0deaf28b3bd08108d22e0592daac49635d8c913b0a6a91792c5e04972b6de
Contents?: true
Size: 446 Bytes
Versions: 188
Compression:
Stored size: 446 Bytes
Contents
## Setup Go through the setup instructions for ECMAScript to install the necessary dependencies: http://exercism.io/languages/ecmascript ## Requirements Install assignment dependencies: ```bash $ npm install ``` ## Making the test suite pass Execute the tests with: ```bash $ npm 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
188 entries across 188 versions & 1 rubygems