mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-23 22:55:24 +00:00
refactor: lint cleanups and helpers
This commit is contained in:
@@ -25,7 +25,7 @@ describe("gateway --force helpers", () => {
|
||||
|
||||
beforeEach(() => {
|
||||
vi.clearAllMocks();
|
||||
originalKill = process.kill;
|
||||
originalKill = process.kill.bind(process);
|
||||
});
|
||||
|
||||
afterEach(() => {
|
||||
|
||||
Reference in New Issue
Block a user