1 2 3 4 5
import { remove } from "fs-extra"; export default async function teardown() { await remove(process.env.BASE_DIR); }