mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
Move RepositoryHolder into test helpers, as it's shared across shared tests
This commit is contained in:
5
testHelpers/RepositoryHolder.ts
Normal file
5
testHelpers/RepositoryHolder.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface RepositoryHolder<T> {
|
||||
name: string;
|
||||
factory(): Promise<T>;
|
||||
teardown(): Promise<void>;
|
||||
}
|
||||
Reference in New Issue
Block a user