Add setting to hide bold notifications (#9705)
This commit is contained in:
parent
474f464e48
commit
3a501003e2
12 changed files with 65 additions and 13 deletions
|
@ -42,6 +42,7 @@ jest.mock('../../src/Modal', () => ({
|
|||
jest.mock('../../src/settings/SettingsStore', () => ({
|
||||
getValue: jest.fn(),
|
||||
monitorSetting: jest.fn(),
|
||||
watchSetting: jest.fn(),
|
||||
}));
|
||||
|
||||
const mockPromptBeforeInviteUnknownUsers = (value: boolean) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue