mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
test(quests): invite and accept WIP
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user