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', {