diff --git a/tests/app_test.js b/tests/app_test.js index f3b3df9..5ebd959 100644 --- a/tests/app_test.js +++ b/tests/app_test.js @@ -8,8 +8,8 @@ chai.use(chaiHTTP); reqServer = process.env.HTTP_TEST_SERVER || server describe('Basic routes tests', function() { - done(); -/* + //do nothing! + /* it('GET to / should return 200', function(done){ chai.request(reqServer) .get('/')