87968: Fix unit tests

This commit is contained in:
Yura Bondarenko
2022-03-03 18:44:55 +01:00
parent 26d45fd5e7
commit ae89571519
6 changed files with 49 additions and 36 deletions

View File

@@ -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',
}
),