mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 04:26:58 +00:00
fix tests
This commit is contained in:
parent
54d99c9e8c
commit
72a512a59d
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,7 @@ import type {
|
||||||
PollsRepository,
|
PollsRepository,
|
||||||
UsersRepository,
|
UsersRepository,
|
||||||
} from '@/models/_.js';
|
} from '@/models/_.js';
|
||||||
|
import type { CacheService } from '@/core/CacheService.js';
|
||||||
import { ApLogService } from '@/core/ApLogService.js';
|
import { ApLogService } from '@/core/ApLogService.js';
|
||||||
import { ApUtilityService } from '@/core/activitypub/ApUtilityService.js';
|
import { ApUtilityService } from '@/core/activitypub/ApUtilityService.js';
|
||||||
import { fromTuple } from '@/misc/from-tuple.js';
|
import { fromTuple } from '@/misc/from-tuple.js';
|
||||||
|
@ -53,6 +54,7 @@ export class MockResolver extends Resolver {
|
||||||
loggerService,
|
loggerService,
|
||||||
{} as ApLogService,
|
{} as ApLogService,
|
||||||
{} as ApUtilityService,
|
{} as ApUtilityService,
|
||||||
|
{} as CacheService,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue