feat(frontend): Add formSnapshotComparison test, add test setup
This commit is contained in:
@@ -183,8 +183,8 @@
|
||||
<script setup lang="ts">
|
||||
import type { AccordionItem } from '@nuxt/ui'
|
||||
import type { ApplicationFormDto, ApplicationFormVersionDto } from '~~/.api-client'
|
||||
import type { FormValueDiff, ValueChange, SectionChanges, TableRowDiff } from '~~/types/formDiff'
|
||||
import { compareApplicationFormValues, groupChangesBySection } from '~/utils/formDiff'
|
||||
import type { FormValueDiff, ValueChange, SectionChanges, TableRowDiff } from '~~/types/formSnapshotComparison'
|
||||
import { compareApplicationFormValues, groupChangesBySection } from '~/utils/formSnapshotComparison'
|
||||
|
||||
const props = defineProps<{
|
||||
open: boolean
|
||||
|
||||
Reference in New Issue
Block a user