diff options
Diffstat (limited to 'test/teardown.ts')
-rw-r--r-- | test/teardown.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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<void> { await remove(process.env.BASE_DIR); }
\ No newline at end of file |