mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
finalize invite to quest route and startQuest method
This commit is contained in:
@@ -4,7 +4,7 @@ import { quests as questScrolls } from '../../../../../common/script/content';
|
||||
import * as email from '../../../../../website/src/libs/api-v3/email';
|
||||
import Q from 'q';
|
||||
|
||||
describe('Group Model', () => {
|
||||
describe.skip('Group Model', () => {
|
||||
context('Instance Methods', () => {
|
||||
describe('#startQuest', () => {
|
||||
let party, questLeader, participatingMember, nonParticipatingMember, undecidedMember;
|
||||
|
||||
Reference in New Issue
Block a user