mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-07-30 09:04:37 +02:00
fix
This commit is contained in:
@@ -29,7 +29,7 @@ describe('Chart', () => {
|
||||
let redisClient = {
|
||||
set: () => Promise.resolve('OK'),
|
||||
get: () => Promise.resolve(null),
|
||||
} as unknown as jest.Mocked<Redis.Redis>;
|
||||
} as unknown as Mocked<Redis.Redis>;
|
||||
|
||||
let testChart: TestChart;
|
||||
let testGroupedChart: TestGroupedChart;
|
||||
|
||||
Reference in New Issue
Block a user