reduce diff
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user