Skip to content

Commit b0a67c6

Browse files
committed
Fix unit test
1 parent af94a03 commit b0a67c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/web-app-files/tests/unit/views/FilesDrop.spec.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ function getShallowWrapper({ store = createStore(), loading = false, errorMessag
116116
$uppyService: {
117117
$on: jest.fn(),
118118
useDropTarget: jest.fn(),
119-
useXhr: jest.fn()
119+
useXhr: jest.fn(),
120+
subscribe: jest.fn()
120121
}
121122
},
122123
setup: () => {

0 commit comments

Comments
 (0)