riot-web/test/stores
Andy Balaam b8d502be2e
Support dynamic room predecessors in RoomNotificationStateStore (#10297)
* Tests for RoomNotificationStateStore emitting events

* Support dynamic room predecessors in RoomNotificationStateStore

* Remove unused arguments from emit call.

UPDATE_STATUS_INDICATOR is used in:
* SpacePanel
* MatrixChat
* RoomHeaderButtons

but these arguments are not used in any of those places. Remove them so
when I refactor I don't have to make up values for them.

* Fix broken test (wrong expected args to emit)

UPDATE_STATUS_INDICATOR is used in:
* SpacePanel
* MatrixChat
* RoomHeaderButtons

but these arguments are not used in any of those places. Remove them so
when I refactor I don't have to make up values for them.

* Update the RoomNotificationStore whenever the predecessor labs flag changes

* Fix type errors

* Fix other tests that trigger our new watcher
2023-03-08 14:18:03 +00:00
..
__snapshots__ Provide a more detailed error message than "No known servers" (#6048) 2023-02-24 15:59:30 +00:00
notifications
right-panel
room-list Add ESLint Jest (#10261) 2023-03-01 16:23:35 +01:00
widgets Add ESLint Jest (#10261) 2023-03-01 16:23:35 +01:00
AccountPasswordStore-test.ts Do not prompt for a password when doing a „reset all“ after login (#10208) 2023-02-23 08:46:49 +01:00
ActiveWidgetStore-test.ts
AutoRageshakeStore-test.ts Add ESLint Jest (#10261) 2023-03-01 16:23:35 +01:00
MemberListStore-test.ts
OwnBeaconStore-test.ts
RoomNotificationStateStore-test.ts Support dynamic room predecessors in RoomNotificationStateStore (#10297) 2023-03-08 14:18:03 +00:00
RoomViewStore-test.ts Provide a more detailed error message than "No known servers" (#6048) 2023-02-24 15:59:30 +00:00
SetupEncryptionStore-test.ts Apply `strictNullChecks` around the codebase (#10302 2023-03-07 13:19:18 +00:00
SpaceStore-test.ts Add ESLint Jest (#10261) 2023-03-01 16:23:35 +01:00
ToastStore-test.ts
TypingStore-test.ts
VoiceRecordingStore-test.ts
WidgetLayoutStore-test.ts