diff options
Diffstat (limited to 'test/teardown.ts')
-rw-r--r-- | test/teardown.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/teardown.ts b/test/teardown.ts new file mode 100644 index 0000000..3712af2 --- /dev/null +++ b/test/teardown.ts @@ -0,0 +1,5 @@ +import { remove } from "fs-extra"; + +export default async function teardown() { + await remove(process.env.BASE_DIR); +}
\ No newline at end of file |