mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
first attempt to fix fialing api-v3 tests
This commit is contained in:
@@ -4,9 +4,6 @@ import { defaultsDeep as defaults } from 'lodash';
|
||||
import { model as User } from '../../website/src/models/user';
|
||||
import { model as Group } from '../../website/src/models/group';
|
||||
|
||||
mongoose.Promise = require('q').Promise;
|
||||
|
||||
mongoose.connect('mongodb://localhost/habitica-unit-tests');
|
||||
let connection = mongoose.connection;
|
||||
|
||||
before((done) => {
|
||||
|
||||
Reference in New Issue
Block a user