mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
remove testcases for null values (no effect on test coverage)
This commit is contained in:
@@ -258,10 +258,6 @@ describe("OrderedStopResolvers", () => {
|
||||
expect(route.name).toEqual(mockRoute.name);
|
||||
});
|
||||
|
||||
it("returns null if the route doesn't exist", async () => {
|
||||
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
describe("stop", () => {
|
||||
@@ -283,10 +279,6 @@ describe("OrderedStopResolvers", () => {
|
||||
it("returns the associated stop if it exists", async () => {
|
||||
|
||||
});
|
||||
|
||||
it("returns null if the stop doesn't exist", async () => {
|
||||
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user