mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
14 lines
331 B
TypeScript
14 lines
331 B
TypeScript
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 () => {
|
|
|
|
})
|
|
});
|
|
});
|