fix
This commit is contained in:
parent
a0dbcae4fd
commit
dcb9c67ab1
|
@ -27,7 +27,7 @@ describe('Chart', () => {
|
|||
let clock: lolex.InstalledClock<lolex.Clock>;
|
||||
|
||||
before(done => {
|
||||
initDb().then(c => {
|
||||
initDb(true).then(c => {
|
||||
connection = c;
|
||||
done();
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue