fix issues
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { describe, it, expect } from 'vitest';
|
||||
import { DashboardApiClient } from './DashboardApiClient';
|
||||
|
||||
describe('DashboardApiClient', () => {
|
||||
it('should be defined', () => {
|
||||
expect(DashboardApiClient).toBeDefined();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user