@angular-package/testing
Version:
Jasmine unit testing wrapper with additional custom testing features.
1 lines • 319 B
JavaScript
export function mixinTesting(...e){return e.reduce(((e,t)=>class extends e{constructor(r,o,c=[!0,!1],n){super(r,o,c,n),Object.assign(this,new t(r,o,c,n)),Object.getOwnPropertyNames(t.prototype).forEach((r=>{Object.defineProperty(e.prototype,r,Object.getOwnPropertyDescriptor(t.prototype,r)||Object.create(null))}))}}))}