We are using ng-improved-testing together with Typescript. It works great for most things!
Though: When creating a mock of a TypeScript class one has to use: mockInstance(FooClass.prototype) instead of just mockInstance(FooClass).
This would be nice as it increases readability.
We are using ng-improved-testing together with Typescript. It works great for most things!
Though: When creating a mock of a TypeScript class one has to use:
mockInstance(FooClass.prototype)instead of justmockInstance(FooClass).This would be nice as it increases readability.