mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-25 03:35:10 +01:00
fix
This commit is contained in:
parent
a0dbcae4fd
commit
dcb9c67ab1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue