mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
7 lines
166 B
TypeScript
7 lines
166 B
TypeScript
// Test additional edge cases like Redis failing to connect, etc.
|
|
|
|
import { describe, it } from "@jest/globals";
|
|
|
|
describe("RedisNotificationRepository", () => {
|
|
});
|