IGNORE: Formatting

This commit is contained in:
Ivymaster
2026-07-09 10:50:55 +02:00
parent c9cdd4725a
commit 9033cbdefb
@@ -71,7 +71,7 @@ context("Tempus filter tests", () => {
let selectedRoom = JSON.parse(eventJSON)?.orig?.ort_kurzbz; let selectedRoom = JSON.parse(eventJSON)?.orig?.ort_kurzbz;
if (Array.isArray(selectedRoom)) selectedRoom = selectedRoom.length ? selectedRoom[0] : ""; if (Array.isArray(selectedRoom)) selectedRoom = selectedRoom.length ? selectedRoom[0] : "";
console.log("Selected room:", selectedRoom);
expect(selectedRoom, "first event room").to.be.a("string").and.not.be expect(selectedRoom, "first event room").to.be.a("string").and.not.be
.empty; .empty;
expect( expect(