unused import

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Shaheer Sarfaraz 2026-01-20 23:17:41 +00:00 committed by GitHub
parent ba9dcc7867
commit 53e16013a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -143,7 +143,7 @@ describe('AI Service Resilience', () => {
})
};
vi.mocked(global.fetch).mockResolvedValue(mockResponse as any);
const consoleSpy = vi.spyOn(console, 'error').mockImplementation(() => { });
vi.spyOn(console, 'error').mockImplementation(() => { });
const result = await scoreJobSuitability(mockJob, mockProfile);