add test cases

This commit is contained in:
2025-04-10 16:26:41 -07:00
parent 110df5501d
commit b9810057ce

View File

@@ -0,0 +1,13 @@
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 () => {
})
});
});