Fix indent
This commit is contained in:
parent
daf6d07973
commit
feecb49a9f
|
@ -59,8 +59,8 @@ describe('API', () => {
|
||||||
_chai.request(server)
|
_chai.request(server)
|
||||||
.get('/')
|
.get('/')
|
||||||
.end((err, res) => {
|
.end((err, res) => {
|
||||||
res.should.have.status(200);
|
res.should.have.status(200);
|
||||||
res.text.should.be.equal('YEE HAW');
|
res.text.should.be.equal('YEE HAW');
|
||||||
done();
|
done();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue