mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
fix unit tests
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
import { authWithHeaders } from '../../middlewares/auth';
|
||||
import ensureDevelpmentMode from '../../middlewares/ensureDevelpmentMode';
|
||||
import { BadRequest } from '../../libs/errors';
|
||||
import { content } from '../../../common';
|
||||
import common from '../../../common';
|
||||
import _ from 'lodash';
|
||||
|
||||
const content = common.content;
|
||||
|
||||
/**
|
||||
* @apiDefine Development Development
|
||||
* These routes only exist while Habitica is in development mode. (Such as running a local instance on your computer)
|
||||
|
||||
Reference in New Issue
Block a user