failing unit test

This commit is contained in:
Matteo Pagliazzi
2016-01-29 12:07:46 +01:00
parent b960ecdd94
commit e345fa76f5
10 changed files with 34 additions and 48 deletions

View File

@@ -13,6 +13,8 @@ import Q from 'q';
import runSequence from 'run-sequence';
import os from 'os';
// TODO rewrite
const TEST_SERVER_PORT = 3003
const TEST_DB = 'habitrpg_test'
let server;