From 93a4a8bf924588cd866714b86ec8f16f8d51dec0 Mon Sep 17 00:00:00 2001 From: HampusM Date: Thu, 29 Jul 2021 17:10:54 +0200 Subject: Organized tsconfigs, fixed tests and improved some backend functions --- test/teardown.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test/teardown.ts') diff --git a/test/teardown.ts b/test/teardown.ts index 290c478..c5b49e3 100644 --- a/test/teardown.ts +++ b/test/teardown.ts @@ -1,5 +1,8 @@ import { remove } from "fs-extra"; +import { EnvironmentVariables } from "./util"; + +const env = process.env as EnvironmentVariables; export default async function(): Promise { - await remove(process.env.BASE_DIR); + await remove(env.BASE_DIR); } \ No newline at end of file -- cgit v1.2.3-18-g5258