aboutsummaryrefslogtreecommitdiff
path: root/test/util.ts
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2021-07-23 14:17:35 +0200
committerHampusM <hampus@hampusmat.com>2021-07-23 14:17:35 +0200
commit929c1ee1182e18496a8cfdc56cde4a008e59a5c6 (patch)
tree8c23e8c1c91555336ecbb02e267be11c7b3075c2 /test/util.ts
parentd70c44f84ff347685841101fa589cf7ef2312bf8 (diff)
The test setup script uses the env variables type & fetches refs
Diffstat (limited to 'test/util.ts')
-rw-r--r--test/util.ts1
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,