aboutsummaryrefslogtreecommitdiff
path: root/test/teardown.ts
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2021-08-12 15:37:30 +0200
committerHampusM <hampus@hampusmat.com>2021-08-12 15:37:30 +0200
commitd41b27f43335cfb1a8ff49aeb121f992332429cf (patch)
tree93b6e1ec9b292c3d80ee1a538d0e729612148052 /test/teardown.ts
parent30f0b2ee1f494be1786280040fb47ec18bde8a6d (diff)
Cleaned up the settings implementation & renamed base_dir project-wide to git_dir
Diffstat (limited to 'test/teardown.ts')
-rw-r--r--test/teardown.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/teardown.ts b/test/teardown.ts
index c5b49e3..a78bede 100644
--- a/test/teardown.ts
+++ b/test/teardown.ts
@@ -4,5 +4,5 @@ import { EnvironmentVariables } from "./util";
const env = process.env as EnvironmentVariables;
export default async function(): Promise<void> {
- await remove(env.BASE_DIR);
+ await remove(env.GIT_DIR);
} \ No newline at end of file