website refactor
This commit is contained in:
@@ -8,6 +8,8 @@ describe('DashboardService', () => {
|
||||
let service: DashboardService;
|
||||
|
||||
beforeEach(() => {
|
||||
process.env.API_BASE_URL = 'http://localhost:3001';
|
||||
|
||||
mockApiClient = {
|
||||
getDashboardOverview: vi.fn(),
|
||||
getAnalyticsMetrics: vi.fn(),
|
||||
|
||||
Reference in New Issue
Block a user