import { describe, it } from "@jest/globals"; describe("ChapmanTimedApiBasedParkingRepositoryLoader", () => { describe("fetchAndUpdateParkingStructures", () => { it("should fetch and update parking successfully", async () => { }); it("throws ApiResponseError if data is incorrect", async () => { }) }); });