This commit is contained in:
rinsuki 2019-10-25 08:16:24 +09:00
parent a0dbcae4fd
commit dcb9c67ab1
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ describe('Chart', () => {
let clock: lolex.InstalledClock<lolex.Clock>;
before(done => {
initDb().then(c => {
initDb(true).then(c => {
connection = c;
done();
});