mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 04:59:40 +00:00
Merge branch 'release' into develop
This commit is contained in:
commit
5e935230a4
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ import forEach from 'lodash/forEach';
|
||||||
import moment from 'moment';
|
import moment from 'moment';
|
||||||
|
|
||||||
describe('shared.ops.purchase', () => {
|
describe('shared.ops.purchase', () => {
|
||||||
const SEASONAL_FOOD = 'Meat';
|
const SEASONAL_FOOD = 'Pie_Base';
|
||||||
let user;
|
let user;
|
||||||
let goldPoints = 40;
|
let goldPoints = 40;
|
||||||
let analytics = {track () {}};
|
let analytics = {track () {}};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue