(value: number)
| 3652 | } |
| 3653 | |
| 3654 | const setInputValue = async (value: number) => { |
| 3655 | input.value = value; |
| 3656 | dispatchEvent(input, 'input'); |
| 3657 | await fixture.whenStable(); |
| 3658 | }; |
| 3659 | const setValidatorValues = async (values: minmax) => { |
| 3660 | fixture.componentInstance.minlen = values.minlength; |
| 3661 | fixture.componentInstance.maxlen = values.maxlength; |
no test coverage detected