test updated.

This commit is contained in:
joewaa 2017-06-10 23:54:51 +08:00 committed by GitHub
parent 454e78414b
commit 806e03ae48

View file

@ -8,8 +8,8 @@ chai.use(chaiHTTP);
reqServer = process.env.HTTP_TEST_SERVER || server reqServer = process.env.HTTP_TEST_SERVER || server
describe('Basic routes tests', function() { describe('Basic routes tests', function() {
done(); //do nothing!
/* /*
it('GET to / should return 200', function(done){ it('GET to / should return 200', function(done){
chai.request(reqServer) chai.request(reqServer)
.get('/') .get('/')