mattermost-mobile/app/products/calls
Claudio Costa 44bce6c319
[MM-59773] Add unit tests for Calls (#8480)
* Unit tests for app/products/calls/observers

* Unit tests for app/products/calls/actions

* Unit tests for app/products/calls/client

* Unit tests for app/products/calls/connection

* Unit tests for app/products/calls/connection/websocket_event_handlers.ts

* Unit tests for app/products/calls/connection/connection.ts

* Unit tests for app/products/calls/state/actions.ts

* Unit tests for app/products/calls/utils.ts

* Unit tests for app/products/calls/alerts.ts

* Unit tests for app/products/calls/calls_manager.ts

* Unit tests for app/products/calls/hooks.ts

* Factor out force logout error

* Reduce use of 'as jest.Mock'

* Add test case

* Use constants

* Better naming

* Fix types after merge

* Fix test
2025-01-21 12:02:03 -06:00
..
actions [MM-59773] Add unit tests for Calls (#8480) 2025-01-21 12:02:03 -06:00
client [MM-59773] Add unit tests for Calls (#8480) 2025-01-21 12:02:03 -06:00
components Request metrics improvements (#8420) 2025-01-16 13:55:29 -07:00
connection [MM-59773] Add unit tests for Calls (#8480) 2025-01-21 12:02:03 -06:00
observers [MM-59773] Add unit tests for Calls (#8480) 2025-01-21 12:02:03 -06:00
screens Request metrics improvements (#8420) 2025-01-16 13:55:29 -07:00
state [MM-59773] Add unit tests for Calls (#8480) 2025-01-21 12:02:03 -06:00
types [MM-45894] Calls: support for signaling media tracks using data channels (#8246) 2024-10-09 16:33:33 -06:00
alerts.test.ts [MM-59773] Add unit tests for Calls (#8480) 2025-01-21 12:02:03 -06:00
alerts.ts fix issues found by sonarqube (#8095) 2024-07-18 09:40:47 +08:00
calls_manager.test.ts [MM-59773] Add unit tests for Calls (#8480) 2025-01-21 12:02:03 -06:00
calls_manager.ts [MM-57486] [MM-58008] Calls: Mobile ringing for incoming calls (#7984) 2024-07-03 10:22:46 -04:00
context.ts MM-54866 - Calls: Transcription support (#7703) 2023-12-21 16:20:21 -05:00
errors.ts [MM-58129] Calls: Host controls remove participant, view profile (#7938) 2024-05-10 16:43:35 -04:00
hooks.test.ts [MM-59773] Add unit tests for Calls (#8480) 2025-01-21 12:02:03 -06:00
hooks.ts Fix bottomSheet bottom insets (#8331) 2024-11-29 12:50:09 +08:00
utils.test.ts [MM-59773] Add unit tests for Calls (#8480) 2025-01-21 12:02:03 -06:00
utils.ts Add post props validation (#8323) 2024-11-28 15:59:30 +01:00