1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-07 21:23:00 +03:00

Add setting to hide bold notifications (#9705)

This commit is contained in:
Germain
2022-12-06 09:59:17 +00:00
committed by GitHub
parent 474f464e48
commit 3a501003e2
12 changed files with 65 additions and 13 deletions

View File

@@ -38,6 +38,7 @@ jest.mock('../../../../src/settings/SettingsStore', () => ({
setValue: jest.fn(),
getValue: jest.fn(),
monitorSetting: jest.fn(),
watchSetting: jest.fn(),
}));
jest.mock('../../../../src/dispatcher/dispatcher', () => ({