Skip to content

Support mocking of Typescript classes #20

Description

@brp-magnusd

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions