1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-04-01 09:09:29 -05:00
This commit is contained in:
syuilo 2017-01-19 08:57:42 +09:00
parent a431c5fe5f
commit bdcc0f4839

View file

@ -41,6 +41,8 @@ describe('API', () => {
db.get('posts').drop()
]));
afterEach(cb => setTimeout(cb, 10));
it('greet server', done => {
chai.request(server)
.get('/')