Skip to content

Commit ec75d86

Browse files
authored
@uppy/provider-views: add e2e tests for Server side search (#6015)
Tests added as discussed in [slack_discussion](https://transloadit.slack.com/archives/C0FMW9PSB/p1759931999124149?thread_ts=1759700542.941939&cid=C0FMW9PSB) directory structure mocked : ``` root/ ├── first/ │ ├── second/ │ │ ├── third/ │ │ │ ├── nested-target.pdf │ │ │ └── new-file.pdf │ │ ├── deep-file.txt │ │ ├── target.pdf │ │ └── workspace.pdf │ └── intermediate.doc ├── workspace/ │ └── project/ │ └── code.js └── readme.md ``` Some of the mocked responses in CompanionHandler.ts aren’t used in the tests, but I’ve kept them to preserve the legitimacy of the above directory structure.
1 parent 46f81e2 commit ec75d86

File tree

6 files changed

+1040
-2
lines changed

6 files changed

+1040
-2
lines changed

packages/@uppy/dashboard/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
},
5757
"devDependencies": {
5858
"@uppy/core": "workspace:^",
59+
"@uppy/dropbox": "workspace:^",
5960
"@uppy/google-drive": "workspace:^",
6061
"@uppy/url": "workspace:^",
6162
"@uppy/webcam": "workspace:^",

0 commit comments

Comments
 (0)