website refactor
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user