mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 09:35:39 -05:00
Updated Test server endpoint (markdown)
parent
6d64898e58
commit
a3c411091d
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue