add test cases

This commit is contained in:
2025-02-02 13:05:13 -08:00
parent 5957010a7f
commit 899b953be5

View File

@@ -226,12 +226,16 @@ describe("UnoptimizedInMemoryRepository", () => {
});
describe("subscribeToEtaChanges", () => {
test("notifies listener if the eta has changed")
test("notifies listeners if etas has changed", async () => {
});
});
describe("unsubscribeFromEtaChanges", () => {
test("stops notifying listeners after etas have stopped changing", async () => {
});
});
describe("getOrderedStopByRouteAndStopId", () => {
test("gets an ordered stop by route ID and stop ID", async () => {