Sha256: a0ef2a948c1cfc8d9a6bbbd1b7b4b4aace9b8bdd112b21e8b993d735d5e89cf2
Contents?: true
Size: 450 Bytes
Versions: 120
Compression:
Stored size: 450 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 the test suites all tests but the first have been skipped. Once you get a test passing, you can enable the next one by changing `xtest` to `test`.
Version data entries
120 entries across 120 versions & 1 rubygems