element-web-Github/test/components/views/voip
alunturner 01364ebf45
Apply strictNullChecks to src/components/views/voip/* (#10692)
* change interface to discriminated union

* fix ts errors

* use definite assertion operator

* use | undefined, instead of assertion operator

* correct the button press arguments for dial button

* update props to have `Props` suffix

* add comment

* remove unnecessary default

* remove unnecessary comment

* make classname match filename

* setup test file

* export consts for testing

* add initial test

* add another DialPad test

* fix imports
2023-05-05 13:26:31 +00:00
..
CallView-test.tsx Apply prettier formatting 2022-12-12 12:24:14 +01:00
DialPad-test.tsx Apply strictNullChecks to src/components/views/voip/* (#10692) 2023-05-05 13:26:31 +00:00
VideoFeed-test.tsx Use the room avatar as a placeholder in calls (#10231) 2023-02-27 09:34:02 +00:00