mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
Move repositories into folders.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { afterEach, beforeEach, describe, expect, it, jest } from "@jest/globals";
|
||||
import { InMemoryNotificationRepository } from "../../src/repositories/InMemoryNotificationRepository";
|
||||
import { NotificationEvent, NotificationRepository } from "../../src/repositories/NotificationRepository";
|
||||
import { RedisNotificationRepository } from "../../src/repositories/RedisNotificationRepository";
|
||||
import { InMemoryNotificationRepository } from "../../src/repositories/notifications/InMemoryNotificationRepository";
|
||||
import { NotificationEvent, NotificationRepository } from "../../src/repositories/notifications/NotificationRepository";
|
||||
import { RedisNotificationRepository } from "../../src/repositories/notifications/RedisNotificationRepository";
|
||||
|
||||
interface RepositoryHolder {
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user