Fix linting issues

This commit is contained in:
max.nuding
2024-03-13 15:11:55 +01:00
parent 5e44b7e9fe
commit dbf2964160
20 changed files with 43 additions and 41 deletions

View File

@@ -1,8 +1,9 @@
import { getMockTranslateService } from 'src/app/shared/mocks/translate.service.mock';
import { DynamicConcatModel } from '../ds-dynamic-form-ui/models/ds-dynamic-concat.model';
import { FormFieldModel } from '../models/form-field.model';
import { FormFieldMetadataValueObject } from '../models/form-field-metadata-value.model';
import { ParserOptions } from './parser-options';
import { getMockTranslateService } from 'src/app/shared/mocks/translate.service.mock';
import { SeriesFieldParser } from './series-field-parser';
describe('SeriesFieldParser test suite', () => {