import { describe, expect, it } from 'vitest'; import { RaceListItemViewModel } from './RaceListItemViewModel'; describe('RaceListItemViewModel', () => { it('should be defined', () => { expect(RaceListItemViewModel).toBeDefined(); }); });