mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 21:43:04 +00:00
87968: Fix unit tests
This commit is contained in:
@@ -104,7 +104,7 @@ describe('FormBuilderService test suite', () => {
|
||||
new DynamicInputModel(
|
||||
{
|
||||
id: 'testInput',
|
||||
mask: ['(', /[1-9]/, /\d/, /\d/, ')', ' ', /\d/, /\d/, /\d/, '-', /\d/, /\d/, /\d/, /\d/],
|
||||
mask: '(000) 000-0000',
|
||||
}
|
||||
),
|
||||
|
||||
|
Reference in New Issue
Block a user