Config service tests

This commit is contained in:
iPromKnight
2024-02-08 13:32:03 +00:00
committed by iPromKnight
parent 39511f6a5b
commit 9401b6f8f1
3 changed files with 88 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ jest.mock('@services/torrent_processing_service', () => {
}
})
describe('ProcessTorrentsJob', () => {
describe('ProcessTorrentsJob Tests', () => {
let processTorrentsJob: ProcessTorrentsJob,
loggingService: ILoggingService,
torrentProcessingService: ITorrentProcessingService;