mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 11:40:49 +00:00
fix
This commit is contained in:
@@ -49,13 +49,11 @@ describe('Chart', () => {
|
||||
clock = lolex.install({
|
||||
now: new Date('2000-01-01 00:00:00')
|
||||
});
|
||||
|
||||
connection.synchronize().then(done);
|
||||
});
|
||||
|
||||
afterEach(done => {
|
||||
clock.uninstall();
|
||||
connection.dropDatabase().then(done);
|
||||
connection.dropDatabase().then(() => connection.synchronize()).then(done);
|
||||
});
|
||||
|
||||
it('Can updates', async(async () => {
|
||||
|
||||
Reference in New Issue
Block a user