diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-08-27 16:53:52 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-08-27 16:53:52 +0900 |
| commit | 1b9ed129a91056ae36b31fcacde39c2fb2c039d8 (patch) | |
| tree | 119669953469032386c93e1c7e856eac8ca14161 /test | |
| parent | Use createIndex() instead of index() to avoid deprecation warnings (diff) | |
| download | misskey-1b9ed129a91056ae36b31fcacde39c2fb2c039d8.tar.gz misskey-1b9ed129a91056ae36b31fcacde39c2fb2c039d8.tar.bz2 misskey-1b9ed129a91056ae36b31fcacde39c2fb2c039d8.zip | |
[Test] Clean up
Diffstat (limited to 'test')
| -rw-r--r-- | test/api.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/api.js b/test/api.js index 9e1d4ff61b..1e731b5549 100644 --- a/test/api.js +++ b/test/api.js @@ -53,8 +53,6 @@ describe('API', () => { db.get('auth_sessions').drop() ])); - afterEach(cb => setTimeout(cb, 100)); - it('greet server', done => { _chai.request(server) .get('/') |