reduce diff

This commit is contained in:
Timo K
2026-01-13 18:05:05 +01:00
parent 93c9225e8a
commit 636f737cd3

View File

@@ -65,6 +65,9 @@ function createMockMatrixClient(): MatrixClient {
}
describe("DeveloperSettingsTab", () => {
it("renders and matches snapshot", async () => {
const client = createMockMatrixClient();
const livekitRooms: {
room: LivekitRoom;
url: string;
@@ -88,9 +91,6 @@ describe("DeveloperSettingsTab", () => {
},
];
it("renders and matches snapshot", async () => {
const client = createMockMatrixClient();
const { container } = render(
<DeveloperSettingsTab
client={client}