summaryrefslogtreecommitdiff
path: root/test/api.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-01-23 13:50:36 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-01-23 13:50:36 +0900
commit82f1fc6cda8c1fcc97beaebc6fcbac54cfdde211 (patch)
tree8532fdbe79c8d834a3e3f1a1021462d11e1c1804 /test/api.ts
parentFix test (diff)
downloadsharkey-82f1fc6cda8c1fcc97beaebc6fcbac54cfdde211.tar.gz
sharkey-82f1fc6cda8c1fcc97beaebc6fcbac54cfdde211.tar.bz2
sharkey-82f1fc6cda8c1fcc97beaebc6fcbac54cfdde211.zip
Fix test
Diffstat (limited to 'test/api.ts')
-rw-r--r--test/api.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/api.ts b/test/api.ts
index c5f7eeaf43..72a0efbbde 100644
--- a/test/api.ts
+++ b/test/api.ts
@@ -43,7 +43,7 @@ describe('API', () => {
// Reset database each test
beforeEach(resetDb(db));
- before(() => {
+ after(() => {
server.close();
});