229a19c981
* feat(workspaces): add unified paginated items service * feat(workspaces): admin update workspace plan
10 lines
324 B
TypeScript
10 lines
324 B
TypeScript
describe('paginatedItems @shared', () => {
|
|
describe('getPaginatedItemsFactory creates a function, that', () => {
|
|
it('converts undefined cursors to null')
|
|
it(
|
|
'calculates a new cursor from createdAt if there could be more items to be queried'
|
|
)
|
|
it('returns items and count from dependencies')
|
|
})
|
|
})
|