From 7b3292af22a0496007e974b65cd2e34521c9c429 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 25 Jul 2021 14:56:58 +0200 Subject: Reformated unit tests & the setup and teardown scripts --- test/setup.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/setup.ts') diff --git a/test/setup.ts b/test/setup.ts index 50c8754..89eeead 100644 --- a/test/setup.ts +++ b/test/setup.ts @@ -9,7 +9,7 @@ config({ path: "test/test.env" }); const env = process.env as EnvironmentVariables; -export default async function init() { +export default async function(): Promise { const can_access = await access(env.BASE_DIR) .then(() => true) .catch(() => false); -- cgit v1.2.3-18-g5258