mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-26 16:06:16 +00:00
Tests: preserve isolated home across non-isolated files
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
import { afterAll } from "vitest";
|
||||
import { installSharedTestSetup } from "./setup.shared.js";
|
||||
|
||||
const testEnv = installSharedTestSetup();
|
||||
|
||||
afterAll(() => {
|
||||
testEnv.cleanup();
|
||||
});
|
||||
installSharedTestSetup();
|
||||
|
||||
Reference in New Issue
Block a user