diff --git a/test/repositories/NotificationRepositoryTests.ts b/test/repositories/NotificationRepositorySharedTests.test.ts similarity index 100% rename from test/repositories/NotificationRepositoryTests.ts rename to test/repositories/NotificationRepositorySharedTests.test.ts diff --git a/test/repositories/RedisNotificationRepositoryTests.test.ts b/test/repositories/RedisNotificationRepositoryTests.test.ts new file mode 100644 index 0000000..7a3dcaf --- /dev/null +++ b/test/repositories/RedisNotificationRepositoryTests.test.ts @@ -0,0 +1,6 @@ +// Test additional edge cases like Redis failing to connect, etc. + +import { describe, it } from "@jest/globals"; + +describe("RedisNotificationRepository", () => { +});