Add setting to hide bold notifications (#9705)
This commit is contained in:
@@ -25,6 +25,7 @@ import { TestSdkContext } from "../TestSdkContext";
|
||||
jest.mock("../../src/settings/SettingsStore", () => ({
|
||||
getValue: jest.fn(),
|
||||
monitorSetting: jest.fn(),
|
||||
watchSetting: jest.fn(),
|
||||
}));
|
||||
|
||||
describe("TypingStore", () => {
|
||||
|
||||
Reference in New Issue
Block a user