Sha256: 427aa6d79d388a5dd960b273d7ae49f9f7ebf80061878403a9c9a075958c1127
Contents?: true
Size: 519 Bytes
Versions: 146
Compression:
Stored size: 519 Bytes
Contents
## Setup Go through the setup instructions for JavaScript to install the necessary dependencies: http://exercism.io/languages/javascript ## Making the Test Suite Pass Execute the tests with: jasmine <exercise-name>.spec.js Replace `<exercise-name>` with the name of the current exercise. E.g., to test the Hello World exercise: jasmine hello-world.spec.js 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
146 entries across 146 versions & 1 rubygems