This commit is contained in:
syuilo
2019-01-23 13:50:36 +09:00
parent 4d24741d48
commit 82f1fc6cda
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ describe('API', () => {
// Reset database each test
beforeEach(resetDb(db));
before(() => {
after(() => {
server.close();
});