mirror of
https://github.com/sim1222/misskey.git
synced 2025-07-01 08:19:53 +09:00
Fix indent
This commit is contained in:
@ -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();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user