diff options
Diffstat (limited to 'test/util.ts')
-rw-r--r-- | test/util.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/util.ts b/test/util.ts index 50611d6..6cc5cbc 100644 --- a/test/util.ts +++ b/test/util.ts @@ -3,6 +3,7 @@ import { Commit } from "server/src/git/commit"; export type EnvironmentVariables = { BASE_DIR: string, AVAIL_REPO: string, + AVAIL_REPO_URL: string, UNAVAIL_REPO: string, AVAIL_OBJECT: string, UNAVAIL_OBJECT: string, |