9f069df
1
2
3
4
5
6
7
import { installTestEnv } from "./test-env"; export default async () => { const { cleanup } = installTestEnv(); return () => cleanup(); };