Skip to content

Commit

Permalink
Merge pull request #5779 from owncloud/publicLinkRoles-helper-tests
Browse files Browse the repository at this point in the history
[unit-tests-only] Add TODO unit tests for publicLinkRolesDefinition helper
  • Loading branch information
saw-jan authored Sep 8, 2021
2 parents 4d7d9da + 9bed1d1 commit 12cdbaa
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
describe('publicLinkRolesDefinition', () => {
it.todo('should return viewer role for resources other than folder')
it.todo('should return extended roles for folder')
})

0 comments on commit 12cdbaa

Please sign in to comment.