UNPKG

@angular-package/testing

Version:

Jasmine unit testing wrapper with additional custom testing features.

1 lines 281 B
export const TESTING_FUNCTION=(t,N)=>t+N;export const TESTING_FUNCTION_CONSTRUCTOR=function(...t){return t&&t.forEach(((t,N)=>this[N]=t[N])),this};export const TESTING_FUNCTION_CONSTRUCTOR_PERSON=function(...t){return t&&(this.firstName=t[0],this.surname=t[1],this.age=t[2]),this};