Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 229 Bytes

File metadata and controls

13 lines (8 loc) · 229 Bytes

Making the Test Suite Pass

Execute the tests with:

$ jasmine-node bob_test.spec.js

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.