website refactor

This commit is contained in:
2026-01-21 12:55:22 +01:00
parent a6e93acb37
commit 7075765d98
14 changed files with 489 additions and 19 deletions

View File

@@ -11,6 +11,8 @@ describe('SponsorService', () => {
let mockApiClientInstance: any;
beforeEach(() => {
process.env.API_BASE_URL = 'http://localhost:3001';
vi.clearAllMocks();
service = new SponsorService();
// @ts-ignore - accessing private property for testing