I am using Angular with Jest for unit testing, But now stuck with @Input Set method. I have tried in multiple ways but couldn’t able to get the solution.
For Example
@Input set global(val) { this.globalObj = val; }
If anyone know please respond thanks in advance.