Skip to content

Commit

Permalink
Remove inProgress in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JammingBen committed Apr 29, 2022
1 parent 72e92fd commit 8efc3a0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ function createStore(activeFiles) {
selectedFiles: () => [],
totalFilesCount: () => ({ files: activeFiles.length, folders: 0 }),
totalFilesSize: () => getTotalSize(activeFiles),
inProgress: () => [],
currentFolder: () => {
return {
path: '',
Expand Down

0 comments on commit 8efc3a0

Please sign in to comment.