reorganize old client tests

This commit is contained in:
Matteo Pagliazzi
2016-09-15 11:31:22 +02:00
parent a4fd687510
commit ab84e88650
52 changed files with 8 additions and 8 deletions
@@ -1,5 +1,5 @@
import fs from 'fs';
import { resetHabiticaDB } from '../helpers/api-integration/mongo';
import { resetHabiticaDB } from '../../helpers/api-integration/mongo';
before(async () => {
await resetHabiticaDB();
File diff suppressed because one or more lines are too long