mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 09:04:28 +00:00
IGNORE: Formatting
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user