element-web/test/unit-tests
Michael Telatynski d5a9b3f4c0
Add support for Module API 1.4 (#30185)
* Add support for Module API 1.3.0

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Add missing import

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Iterate

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Iterate

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Iterate

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Fix import

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Iterate

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Bump module API

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Update module API and remove jest stub

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Fix test mocks

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Improve coverage

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* types

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Coverage

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Coverage

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

---------

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2025-08-11 08:15:45 +00:00
..
__snapshots__ Global configuration flag for media previews (#29582) 2025-04-22 09:37:47 +00:00
accessibility
actions/handlers
async-components Move Flex & Box component into shared component folder (#30357) 2025-07-22 16:25:45 +00:00
audio Remove legacy Safari/Firefox/IE compatibility aids (#29010) 2025-05-13 10:51:05 +00:00
autocomplete Update react monorepo to v19 (major) (#28914) 2025-04-09 19:03:09 +00:00
components Add support for Module API 1.4 (#30185) 2025-08-11 08:15:45 +00:00
contexts
customisations
dispatcher Switch from defer to Promise.withResolvers (#29078) 2025-05-08 10:03:43 +00:00
editor
events
hooks Global configuration flag for media previews (#29582) 2025-04-22 09:37:47 +00:00
i18n
images Fix some webp images improperly marked as animated (#29713) 2025-04-11 13:32:41 +00:00
integrations
models Delegate the sending of call notifications to Element Call (#30507) 2025-08-07 09:27:53 +00:00
modules Add support for Module API 1.4 (#30185) 2025-08-11 08:15:45 +00:00
notifications
renderer Update react monorepo (#29765) 2025-04-16 09:34:01 +00:00
settings Filter settings exported when rageshaking (#30236) 2025-07-02 08:03:31 +00:00
stores Add labs option for history sharing on invite (#30313) 2025-07-31 14:20:37 +00:00
toasts Fix logic in DeviceListener (#30230) 2025-06-30 14:01:06 +00:00
utils Move number.ts to utils in shared components (#30498) 2025-08-05 17:04:45 +00:00
vector Move Flex & Box component into shared component folder (#30357) 2025-07-22 16:25:45 +00:00
widgets
Avatar-test.ts
ContentMessages-test.ts Switch from defer to Promise.withResolvers (#29078) 2025-05-08 10:03:43 +00:00
createRoom-test.ts Delegate the sending of call notifications to Element Call (#30507) 2025-08-07 09:27:53 +00:00
DecryptionFailureTracker-test.ts
DeviceListener-test.ts Fix logic in DeviceListener (#30230) 2025-06-30 14:01:06 +00:00
email-test.ts
favicon-test.ts
HtmlUtils-test.tsx Move rich topics out of labs / stabilise MSC3765 (#29817) 2025-04-28 16:05:36 +00:00
Image-test.ts Fix some webp images improperly marked as animated (#29713) 2025-04-11 13:32:41 +00:00
KeyBindingsManager-test.ts
languageHandler-test.tsx Remove legacy Safari/Firefox/IE compatibility aids (#29010) 2025-05-13 10:51:05 +00:00
LegacyCallHandler-test.ts Remove virtual rooms (#29635) 2025-04-16 09:36:34 +01:00
Lifecycle-test.ts Revert deletion of hydrateSession (#29703) 2025-04-11 08:40:00 +00:00
linkify-matrix-test.ts
Markdown-test.ts
MatrixClientPeg-test.ts
MediaDeviceHandler-test.ts
Modal-test.ts Modal: remove support for onFinished callback (#29852) 2025-04-30 16:56:21 +01:00
Notifier-test.ts
PosthogAnalytics-test.ts
PreferredRoomVersions-test.ts
README.md
Reply-test.ts
RoomNotifs-test.ts
Rooms-test.ts Fix converttoroom & converttodm not working (#29705) 2025-04-10 15:54:41 +00:00
ScalarAuthClient-test.ts
SdkConfig-test.ts
SecurityManager-test.ts Avoid using accessSecretStorage to create 4S (#30244) 2025-07-03 13:34:05 +00:00
SlashCommands-test.tsx Allow /upgraderoom command without developer mode enabled (#30527) 2025-08-08 15:36:41 +00:00
SlidingSyncManager-test.ts Simplified Sliding Sync (#28515) 2025-03-18 17:54:32 +00:00
submit-rageshake-test.ts Work around jest bug that swallows console output (#30405) 2025-07-25 10:13:52 +00:00
SupportedBrowser-test.ts Update browserslist (#30048) 2025-05-29 08:55:11 +00:00
Terms-test.tsx
TestSdkContext.ts
TextForEvent-test.ts Delegate the sending of call notifications to Element Call (#30507) 2025-08-07 09:27:53 +00:00
theme-test.ts Fix custom theme support for short hex & rgba hex strings (#29726) 2025-04-14 08:31:21 +00:00
TimezoneHandler-test.ts
Unread-test.ts
UserActivity-test.ts
useTopic-test.tsx
WorkerManager-test.ts

Any UTs for vector-web layer components or functionality should go here. This used to contain the UTs for notifications before they got moved to react-sdk.