website refactor
This commit is contained in:
@@ -12,6 +12,8 @@ describe('LandingService', () => {
|
||||
let service: LandingService;
|
||||
|
||||
beforeEach(() => {
|
||||
process.env.API_BASE_URL = 'http://localhost:3001';
|
||||
|
||||
mockRacesApi = {
|
||||
getPageData: vi.fn(),
|
||||
} as unknown as Mocked<RacesApiClient>;
|
||||
|
||||
Reference in New Issue
Block a user