feat: complete drainage review and admin search workflows
This commit is contained in:
@@ -40,6 +40,9 @@ function createPrismaMock() {
|
||||
smsSignature: {
|
||||
count: jest.fn().mockResolvedValue(1),
|
||||
},
|
||||
smsDrainageInfo: {
|
||||
count: jest.fn().mockResolvedValue(0),
|
||||
},
|
||||
enterpriseCertification: {
|
||||
count: jest.fn().mockResolvedValue(1),
|
||||
},
|
||||
@@ -261,6 +264,7 @@ describe('OperationsService', () => {
|
||||
enterpriseCertifications: 1,
|
||||
smsAudits: 2,
|
||||
signatures: 1,
|
||||
drainageInfos: 0,
|
||||
templates: 1,
|
||||
total: 5,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user