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