From d41b27f43335cfb1a8ff49aeb121f992332429cf Mon Sep 17 00:00:00 2001 From: HampusM Date: Thu, 12 Aug 2021 15:37:30 +0200 Subject: Cleaned up the settings implementation & renamed base_dir project-wide to git_dir --- test/teardown.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/teardown.ts') 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 { - await remove(env.BASE_DIR); + await remove(env.GIT_DIR); } \ No newline at end of file -- cgit v1.2.3-18-g5258