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