chore: clean dependencies and format restructure

This commit is contained in:
MythEclipse
2026-05-19 15:12:09 +07:00
parent dcbe204795
commit e8e0697a84
10 changed files with 2029 additions and 655 deletions
+5 -3
View File
@@ -37,8 +37,10 @@ describe("normalizeSharedUIState", () => {
});
it("falls back to voice tab for invalid activeTab", () => {
expect(normalizeSharedUIState({ activeTab: "bad" as never })).toMatchObject({
activeTab: "voice",
});
expect(normalizeSharedUIState({ activeTab: "bad" as never })).toMatchObject(
{
activeTab: "voice",
},
);
});
});