test(quests): invite and accept WIP

This commit is contained in:
Sabe Jones
2016-01-22 16:59:34 -05:00
parent 3bd806a0f0
commit 0ec63ca68d
3 changed files with 127 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ describe.skip('POST /groups/:groupId/quests/accept', () => {
let member;
beforeEach(async () => {
let { group, groupLeader, members } = await createAndPopulateGroup({
let { group, groupLeader, members } = await createAndPopulateGroup(
{ type: 'party', privacy: 'private' },
members: 1,
});