mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
Added todo for area where test is failing to behave properly
This commit is contained in:
parent
c26aceb17a
commit
e6e212d436
1 changed files with 5 additions and 0 deletions
|
|
@ -356,6 +356,11 @@ describe "API", ->
|
||||||
|
|
||||||
# Send them invitations
|
# Send them invitations
|
||||||
(_party, cb) ->
|
(_party, cb) ->
|
||||||
|
# @TODO - _party should be array of newly
|
||||||
|
# registered party members, instead
|
||||||
|
# _party = an array of 3 user objects
|
||||||
|
# all the user objects are the main user
|
||||||
|
# instead of the party members just registered
|
||||||
party = _party
|
party = _party
|
||||||
inviteURL = baseURL + "/groups/" + group._id + "/invite?uuid="
|
inviteURL = baseURL + "/groups/" + group._id + "/invite?uuid="
|
||||||
async.parallel [
|
async.parallel [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue