rename test file

This commit is contained in:
2025-04-10 16:27:15 -07:00
parent b9810057ce
commit 726af52685

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 () => {
})
});
});