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