Skip to content

Commit

Permalink
feat: add tests specs
Browse files Browse the repository at this point in the history
  • Loading branch information
flaminic committed Dec 16, 2024
1 parent 86cba95 commit 3108b60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/organisationUnits/New.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ describe('Indicator type add form additional tests', () => {
it('should show an error if latitude is above 180', () => {})
it('should show an error if latitude is below -180', () => {})
it('should show an error if email is not valid', () => {})
it('should show an error if parent org unit is not selected', () => {})
it('should allow creation of the first org unit', () => {})
})

0 comments on commit 3108b60

Please sign in to comment.