Improve log handling

This commit is contained in:
syuilo 2020-03-28 18:28:21 +09:00
parent 614a1d74dd
commit 8e1b90ab43
3 changed files with 6 additions and 2 deletions

View file

@ -63,7 +63,7 @@ describe('Chart', () => {
after(async(async () => {
await connection.close();
await initDb(true, undefined, undefined, true);
await initDb(true, undefined, true);
}));
beforeEach(done => {