mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
Config service tests
This commit is contained in:
@@ -47,7 +47,7 @@ jest.mock('@services/torrent_processing_service', () => {
|
||||
}
|
||||
})
|
||||
|
||||
describe('ProcessTorrentsJob', () => {
|
||||
describe('ProcessTorrentsJob Tests', () => {
|
||||
let processTorrentsJob: ProcessTorrentsJob,
|
||||
loggingService: ILoggingService,
|
||||
torrentProcessingService: ITorrentProcessingService;
|
||||
|
||||
Reference in New Issue
Block a user