mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
extract notification repository to interface
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { describe, it } from "@jest/globals";
|
||||
|
||||
describe("NotificationRepository", () => {
|
||||
describe("InMemoryNotificationRepository", () => {
|
||||
describe("getAllNotificationsForShuttleAndStopId", () => {
|
||||
it("gets notifications correctly", async () => {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user