From 013851749fdadc460f8835c41e0f2a8a9706d326 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 26 Apr 2018 16:02:04 +0900 Subject: [PATCH] :v: --- test/api.ts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/test/api.ts b/test/api.ts index d5517f923..d8c163e92 100644 --- a/test/api.ts +++ b/test/api.ts @@ -55,16 +55,6 @@ describe('API', () => { db.get('authSessions').drop() ])); - it('greet server', done => { - _chai.request(server) - .get('/') - .end((err, res) => { - res.should.have.status(200); - res.text.should.be.equal('YEE HAW'); - done(); - }); - }); - describe('signup', () => { it('不正なユーザー名でアカウントが作成できない', async(async () => { const res = await request('/signup', {