mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
add test cases for getShuttlesBySystemIzd
This commit is contained in:
@@ -510,3 +510,12 @@ describe("getShuttleById", () => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
describe("getShuttlesBySystemId", () => {
|
||||||
|
test("getShuttlesBySystemId returns old data if not expired", async () => {
|
||||||
|
|
||||||
|
});
|
||||||
|
|
||||||
|
test("getShuttlesBySystemId returns fresh data if expired", async () => {
|
||||||
|
|
||||||
|
});
|
||||||
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user