122 fix flights skip take and order by #123
@@ -19,6 +19,8 @@ describe('LogService', () => {
|
|||||||
createQueryBuilder: jest.fn().mockReturnThis(),
|
createQueryBuilder: jest.fn().mockReturnThis(),
|
||||||
innerJoinAndSelect: jest.fn().mockReturnThis(),
|
innerJoinAndSelect: jest.fn().mockReturnThis(),
|
||||||
orderBy: jest.fn().mockReturnThis(),
|
orderBy: jest.fn().mockReturnThis(),
|
||||||
|
skip: jest.fn().mockReturnThis(),
|
||||||
|
take: jest.fn().mockReturnThis(),
|
||||||
getManyAndCount: jest.fn()
|
getManyAndCount: jest.fn()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user