Skip to content

Commit

Permalink
fix: added placeholder for missing test
Browse files Browse the repository at this point in the history
  • Loading branch information
as1729 committed Oct 3, 2024
1 parent e3b72b6 commit f67eeea
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions api/src/services/uploads/uploads.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,18 @@ describeScenario<StandardScenario>(
}
)

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()
Expand Down

0 comments on commit f67eeea

Please sign in to comment.