diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-26 16:02:04 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-26 16:02:04 +0900 |
| commit | 013851749fdadc460f8835c41e0f2a8a9706d326 (patch) | |
| tree | 981108c70ff49c6205f92dbf9a3373367076d0e1 /test/api.ts | |
| parent | Fix test (diff) | |
| download | sharkey-013851749fdadc460f8835c41e0f2a8a9706d326.tar.gz sharkey-013851749fdadc460f8835c41e0f2a8a9706d326.tar.bz2 sharkey-013851749fdadc460f8835c41e0f2a8a9706d326.zip | |
:v:
Diffstat (limited to 'test/api.ts')
| -rw-r--r-- | test/api.ts | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/api.ts b/test/api.ts index d5517f9235..d8c163e920 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', { |