(value: number)
| 3646 | } |
| 3647 | |
| 3648 | const setInputValue = async (value: number) => { |
| 3649 | input.value = value; |
| 3650 | dispatchEvent(input, 'input'); |
| 3651 | await fixture.whenStable(); |
| 3652 | }; |
| 3653 | const setValidatorValues = async (values: minmax) => { |
| 3654 | fixture.componentInstance.minlen = values.minlength; |
| 3655 | fixture.componentInstance.maxlen = values.maxlength; |
no test coverage detected