@angular-package/testing
Version:
Jasmine unit testing wrapper with additional custom testing features.
1 lines • 215 B
JavaScript
export function applyMixins(e,...t){t.forEach((t=>{Object.getOwnPropertyNames(t.prototype).forEach((r=>{Object.defineProperty(e.prototype,r,Object.getOwnPropertyDescriptor(t.prototype,r)||Object.create(null))}))}))}