mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 16:00:32 +00:00
add second test (base case)
This commit is contained in:
@@ -259,7 +259,9 @@ describe("NotificationService", () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it("returns an empty array if there are no notifications", async () => {
|
it("returns an empty array if there are no notifications", async () => {
|
||||||
|
// Act
|
||||||
|
const notifications = await notificationService.getAllScheduledNotificationsForDevice("1");
|
||||||
|
expect(notifications.length).toBe(0);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user