summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-08-27 16:53:52 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-08-27 16:53:52 +0900
commit1b9ed129a91056ae36b31fcacde39c2fb2c039d8 (patch)
tree119669953469032386c93e1c7e856eac8ca14161 /test
parentUse createIndex() instead of index() to avoid deprecation warnings (diff)
downloadmisskey-1b9ed129a91056ae36b31fcacde39c2fb2c039d8.tar.gz
misskey-1b9ed129a91056ae36b31fcacde39c2fb2c039d8.tar.bz2
misskey-1b9ed129a91056ae36b31fcacde39c2fb2c039d8.zip
[Test] Clean up
Diffstat (limited to 'test')
-rw-r--r--test/api.js2
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('/')