do to formatters
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { describe, it, expect } from 'vitest';
|
||||
import { AnalyticsDashboardViewModel } from './AnalyticsDashboardViewModel';
|
||||
import { describe, expect, it } from 'vitest';
|
||||
import { AnalyticsDashboardInputViewData } from '../view-data/AnalyticsDashboardInputViewData';
|
||||
import { AnalyticsDashboardViewModel } from './AnalyticsDashboardViewModel';
|
||||
|
||||
describe('AnalyticsDashboardViewModel', () => {
|
||||
it('maps core fields from AnalyticsDashboardInputViewData', () => {
|
||||
|
||||
Reference in New Issue
Block a user