mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
tests to ensure entries are created
This commit is contained in:
@@ -53,6 +53,7 @@ describe('ProcessTorrentsJob Tests', () => {
|
||||
torrentProcessingService: ITorrentProcessingService;
|
||||
|
||||
beforeEach(() => {
|
||||
jest.clearAllMocks();
|
||||
loggingService = jest.requireMock<ILoggingService>('@services/logging_service');
|
||||
torrentProcessingService = jest.requireMock('@services/torrent_processing_service');
|
||||
processTorrentsJob = new ProcessTorrentsJob(torrentProcessingService, loggingService);
|
||||
|
||||
Reference in New Issue
Block a user