jeudi 26 avril 2018

unit testing angular 5 with bind and another service

help please, how can i test it in angular

 public create(): void {
        this.someFunc(this.someInfo,
        this.service.serviceMethod.bind(this.serviceMethod));
 }

private someFunc() {
    ..doing smth
}

Thanks for helping

Aucun commentaire:

Enregistrer un commentaire