-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: replace deprecated faker properties and fix tests (#511)
* fix: replace deprecated faker properties and fix tests * fix: fix type in shareFolderRequest
- Loading branch information
1 parent
b6bc202
commit 5ae0d8f
Showing
17 changed files
with
8,503 additions
and
6,976 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Submodule carbonio-ui-commons
updated
18 files
+4 −3 | hooks/use-folders-controller.test.ts | |
+16 −19 | test/i18n/i18n-test-factory.ts | |
+1 −0 | test/jest-setup.ts | |
+4 −4 | test/mocks/accounts/fakeAccounts.ts | |
+18 −8 | test/mocks/carbonio-shell-ui.tsx | |
+37 −38 | test/mocks/folders/folders-generator.ts | |
+6 −8 | test/mocks/folders/roots-generator.ts | |
+28 −27 | test/mocks/folders/soap-roots-generator.ts | |
+2 −2 | test/mocks/network/fetch.ts | |
+11 −10 | test/mocks/network/msw/handle-get-folder.ts | |
+15 −14 | test/mocks/network/msw/handle-get-share-info.ts | |
+2 −1 | test/mocks/utils/folder.ts | |
+7 −6 | test/mocks/utils/mocks-context.ts | |
+133 −37 | test/test-setup.tsx | |
+29 −1 | types/folder/index.d.ts | |
+18 −17 | utils/tests/utils.test.ts | |
+6 −6 | worker/tests/handle-message.test.ts | |
+12 −11 | worker/tests/utils.test.ts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.