fix: auth refresh issue (#1450)

This commit is contained in:
Ralph Khreish
2025-11-26 23:34:57 +01:00
committed by GitHub
parent 28fcc27411
commit 88d356817e
45 changed files with 1374 additions and 4716 deletions

View File

@@ -26,9 +26,6 @@ vi.mock('fs-extra', () => ({
}));
describe('Autopilot Shared Utilities', () => {
const projectRoot = '/test/project';
const statePath = `${projectRoot}/.taskmaster/workflow-state.json`;
beforeEach(() => {
vi.clearAllMocks();
});