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

Fix js-sdk types (#8588)

This commit is contained in:
Michael Telatynski
2022-05-13 20:13:21 +01:00
committed by GitHub
parent 1fc8009109
commit 6453530993
2 changed files with 13 additions and 7 deletions

View File

@ -79,7 +79,7 @@ describe("RoomNotifs test", () => {
rule_id: "!roomId:server",
enabled: true,
default: false,
actions: [{ set_tweak: TweakName.Sound }],
actions: [{ set_tweak: TweakName.Sound, value: "default" }],
});
expect(getRoomNotifsState("!roomId:server")).toBe(RoomNotifState.AllMessagesLoud);
});