From bdcc0f4839cdb3a2753eadda8db9e12a3c11bfeb Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 19 Jan 2017 08:57:42 +0900 Subject: [PATCH] =?UTF-8?q?=E8=AC=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/api.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/api.js b/test/api.js index 5b7c95e9a..81903d297 100644 --- a/test/api.js +++ b/test/api.js @@ -41,6 +41,8 @@ describe('API', () => { db.get('posts').drop() ])); + afterEach(cb => setTimeout(cb, 10)); + it('greet server', done => { chai.request(server) .get('/')