mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
Run pre-commit
This commit is contained in:
@@ -33,7 +33,7 @@ jest.mock('@services/logging_service', () => {
|
||||
xdescribe('MongoRepository Tests - Manual Tests against real cluster. Skipped by default.', () => {
|
||||
let mongoRepository: MongoRepository,
|
||||
mockLogger: ILoggingService;
|
||||
|
||||
|
||||
beforeEach(() => {
|
||||
jest.clearAllMocks();
|
||||
process.env.LOG_LEVEL = 'debug';
|
||||
@@ -89,4 +89,4 @@ xdescribe('MongoRepository Tests - Manual Tests against real cluster. Skipped by
|
||||
const result = await mongoRepository.getImdbId('Return of the Jedi', TorrentType.Movie, 1983);
|
||||
expect(result).toBe('tt0086190');
|
||||
}, 30000);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user