Clear settings in matrixchat

This commit is contained in:
Half-Shot
2025-04-14 11:13:14 +01:00
parent 0330933861
commit 4a11e0e454

View File

@@ -484,6 +484,10 @@ describe("<MatrixChat />", () => {
);
});
afterEach(() => {
SettingsStore.reset();
})
it("should persist login credentials", async () => {
getComponent({ realQueryParams });