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