fix issues
This commit is contained in:
8
apps/website/lib/view-models/index.test.ts
Normal file
8
apps/website/lib/view-models/index.test.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { describe, it, expect } from 'vitest';
|
||||
|
||||
describe('view-models index', () => {
|
||||
it('should export view models', async () => {
|
||||
const module = await import('./index');
|
||||
expect(Object.keys(module).length).toBeGreaterThan(0);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user