Updated Test server endpoint (markdown)

Josh Callebaut 2016-04-21 14:29:49 -07:00
parent 6d64898e58
commit a3c411091d

@ -38,7 +38,7 @@ it 'is a jasmine test', utils.wrap (done) ->
users = yield User.find({...})
expect(...).toBe(...)
done()
``
```
Don't forget to use `utils.wrap` and `yield` in your tests, or they won't run properly.