Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
JammingBen committed May 2, 2022
1 parent af94a03 commit b0a67c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/web-app-files/tests/unit/views/FilesDrop.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ function getShallowWrapper({ store = createStore(), loading = false, errorMessag
$uppyService: {
$on: jest.fn(),
useDropTarget: jest.fn(),
useXhr: jest.fn()
useXhr: jest.fn(),
subscribe: jest.fn()
}
},
setup: () => {
Expand Down

0 comments on commit b0a67c6

Please sign in to comment.