test updated.
This commit is contained in:
parent
454e78414b
commit
806e03ae48
1 changed files with 2 additions and 2 deletions
|
@ -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('/')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue