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/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 3712af2..290c478 100644 --- a/test/teardown.ts +++ b/test/teardown.ts @@ -1,5 +1,5 @@ import { remove } from "fs-extra"; -export default async function teardown() { +export default async function(): Promise { await remove(process.env.BASE_DIR); } \ No newline at end of file -- cgit v1.2.3-18-g5258