mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
Fix various tests
This commit is contained in:
committed by
Sabe Jones
parent
3540a274b3
commit
fb56f7df20
@@ -25,6 +25,7 @@ import {
|
||||
MAX_GIFT_MESSAGE_LENGTH,
|
||||
} from './constants';
|
||||
import content from './content/index';
|
||||
import { getCurrentGalaEvent, getScheduleMatchingGroup } from './content/constants/schedule';
|
||||
import * as count from './count';
|
||||
// TODO under api.libs.cron?
|
||||
import {
|
||||
@@ -106,6 +107,10 @@ const api = {
|
||||
getPlanMonths,
|
||||
daysSince,
|
||||
DAY_MAPPING,
|
||||
schedule: {
|
||||
getCurrentGalaEvent,
|
||||
getScheduleMatchingGroup,
|
||||
},
|
||||
};
|
||||
|
||||
api.constants = {
|
||||
|
||||
Reference in New Issue
Block a user