mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
add test cases
This commit is contained in:
@@ -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 () => {
|
||||||
|
|
||||||
|
})
|
||||||
|
});
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user