forked from hazza/dspace-angular
created DynamicLookupNameModel and added more tests
This commit is contained in:
@@ -36,7 +36,7 @@ describe('DateFieldParser test suite', () => {
|
||||
expect(parser instanceof DateFieldParser).toBe(true);
|
||||
});
|
||||
|
||||
it('should return a DynamicDsDatePickerModel object', () => {
|
||||
it('should return a DynamicDsDatePickerModel object when repeatable option is false', () => {
|
||||
const parser = new DateFieldParser(field, initFormValues, readOnly);
|
||||
|
||||
const fieldModel = parser.parse();
|
||||
|
Reference in New Issue
Block a user