You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the renaming of resource categories and collections/subcollections, we perform both directory and file level operations. For directory level operations, we use git trees, but since we use a commit hash from the start of the operation, any directory level operations need to be done before file level operations. We should add this into our tests for renaming folders in ResourceDirectoryService and CollectionDirectoryService - we could look into jest-extended for .toHaveBeenCalledBefore.
The text was updated successfully, but these errors were encountered:
For the renaming of resource categories and collections/subcollections, we perform both directory and file level operations. For directory level operations, we use git trees, but since we use a commit hash from the start of the operation, any directory level operations need to be done before file level operations. We should add this into our tests for renaming folders in ResourceDirectoryService and CollectionDirectoryService - we could look into jest-extended for .toHaveBeenCalledBefore.
The text was updated successfully, but these errors were encountered: