File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
packages/backend/src/tenants/settings Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -276,21 +276,4 @@ describe('TenantSetting Service', (): void => {
276276 expect ( dbTenantData . filter ( ( x ) => ! x . deletedAt ) ) . toHaveLength ( 0 )
277277 } )
278278 } )
279-
280- describe ( 'pagination' , ( ) : void => {
281- beforeEach ( async ( ) => {
282- await tenantSettingService . delete ( { tenantId : tenant . id } )
283- } )
284- describe ( 'getPage' , ( ) : void => {
285- getPageTests ( {
286- createModel : ( ) =>
287- createTenantSettings ( deps , {
288- tenantId : tenant . id ,
289- setting : [ exchangeRatesSetting ( ) ]
290- } ) as Promise < TenantSetting > ,
291- getPage : ( pagination ?: Pagination , sortOrder ?: SortOrder ) =>
292- tenantSettingService . getPage ( tenant . id , pagination , sortOrder )
293- } )
294- } )
295- } )
296279} )
You can’t perform that action at this time.
0 commit comments