do to formatters
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { describe, it, expect } from 'vitest';
|
||||
import { ProtestViewModel } from './ProtestViewModel';
|
||||
import { describe, expect, it } from 'vitest';
|
||||
import type { ProtestDTO } from '../types/generated/ProtestDTO';
|
||||
import { ProtestViewModel } from './ProtestViewModel';
|
||||
|
||||
const createProtestDto = (overrides: Partial<ProtestDTO> = {}): ProtestDTO => ({
|
||||
id: 'protest-123',
|
||||
|
||||
Reference in New Issue
Block a user