feat: complete postgres coverage

This commit is contained in:
ppetzold 2023-03-17 23:18:22 +01:00
parent 95439bc66f
commit 73e61950e2

View File

@ -1828,12 +1828,6 @@ describe('paginate', () => {
expect(result.links.current).toBe('?page=1&limit=20&sortBy=home.countCat:ASC') expect(result.links.current).toBe('?page=1&limit=20&sortBy=home.countCat:ASC')
}) })
// TODO: Make all tests pass postgres driver.
if (process.env.DB === 'postgres') {
// We end postgres coverage here. See TODO above.
return
}
it('should return result based on or between range filter', async () => { it('should return result based on or between range filter', async () => {
const config: PaginateConfig<CatEntity> = { const config: PaginateConfig<CatEntity> = {
sortableColumns: ['id'], sortableColumns: ['id'],