diff options
author | HampusM <hampus@hampusmat.com> | 2021-08-12 15:37:30 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-08-12 15:37:30 +0200 |
commit | d41b27f43335cfb1a8ff49aeb121f992332429cf (patch) | |
tree | 93b6e1ec9b292c3d80ee1a538d0e729612148052 /test/util.ts | |
parent | 30f0b2ee1f494be1786280040fb47ec18bde8a6d (diff) |
Cleaned up the settings implementation & renamed base_dir project-wide to git_dir
Diffstat (limited to 'test/util.ts')
-rw-r--r-- | test/util.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/util.ts b/test/util.ts index 0079580..30a5c60 100644 --- a/test/util.ts +++ b/test/util.ts @@ -1,7 +1,7 @@ import { Commit, CommitAuthor } from "server/src/git/commit"; export type EnvironmentVariables = { - BASE_DIR: string, + GIT_DIR: string, AVAIL_REPO: string, AVAIL_REPO_URL: string, UNAVAIL_REPO: string, |