mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
Begin Fall Festival 2016 (#8043)
* feat(event): begin Fall Festival 2016 * feat(event): Seasonal Shop Fall 2016 * fix(test): season specific food * chore(news): add Bailey * fix(season): correct Sorceress & timetrav
This commit is contained in:
@@ -11,6 +11,7 @@ import {
|
||||
} from '../../helpers/common.helper';
|
||||
|
||||
describe('shared.ops.purchase', () => {
|
||||
const SEASONAL_FOOD = 'Candy_Base';
|
||||
let user;
|
||||
let goldPoints = 40;
|
||||
let gemsBought = 40;
|
||||
@@ -166,7 +167,7 @@ describe('shared.ops.purchase', () => {
|
||||
|
||||
it('purchases food', () => {
|
||||
let type = 'food';
|
||||
let key = 'Meat';
|
||||
let key = SEASONAL_FOOD;
|
||||
|
||||
purchase(user, {params: {type, key}});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user