diff --git a/src/paginate.spec.ts b/src/paginate.spec.ts index c31441f..3cb919c 100644 --- a/src/paginate.spec.ts +++ b/src/paginate.spec.ts @@ -1828,12 +1828,6 @@ describe('paginate', () => { 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 () => { const config: PaginateConfig = { sortableColumns: ['id'],