diff --git a/api/src/services/uploads/uploads.test.ts b/api/src/services/uploads/uploads.test.ts index 74d30aaa..578b5790 100644 --- a/api/src/services/uploads/uploads.test.ts +++ b/api/src/services/uploads/uploads.test.ts @@ -272,6 +272,18 @@ describeScenario( } ) +describe('getValidUploadsInCurrentPeriod', () => { + scenario( + 'returns only uploads that have passed latest validation in the given reporting period', + async (scenario: StandardScenario) => { + console.log( + 'TODO: Add tests for getValidUploadsInCurrentPeriod function', + scenario + ) + } + ) +}) + describe('treasury report', () => { beforeEach(() => { jest.resetAllMocks()