Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
scottleibrand committed May 9, 2016
2 parents 3cf3a8e + fff2194 commit d6cab1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/walkthrough/phase-4/troubleshooting-loop.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ If you'd like to help out with defining all the desired behaviors in the form of

2) Type `sudo npm install -g mocha` and `sudo npm install -g should`

3) You should then be able to run `make` (or something like `mocha -c tests/determine-basal.test.js 2>&1 | less -r`) from the ~/src/oref0 directory to run all of the existing unit tests
3) You should then be able to run `make` from the ~/src/oref0 directory to run all of the existing unit tests, or something like `mocha -c tests/determine-basal.test.js 2>&1 | less -r` to run just the determine-basal tests.

4) As you add additional unit tests, you'll want to run `make` again after each one.

Expand Down

0 comments on commit d6cab1a

Please sign in to comment.