mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
Fix linting issues
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
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 { NameFieldParser } from './name-field-parser';
|
||||
import { ParserOptions } from './parser-options';
|
||||
import { getMockTranslateService } from 'src/app/shared/mocks/translate.service.mock';
|
||||
|
||||
describe('NameFieldParser test suite', () => {
|
||||
let field1: FormFieldModel;
|
||||
|
Reference in New Issue
Block a user