Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support abstract classes when mocking statics #37

Closed
wants to merge 4 commits into from

Conversation

Roaders
Copy link
Member

@Roaders Roaders commented May 2, 2021

Fixes #36

@Roaders
Copy link
Member Author

Roaders commented May 2, 2021

Hmmm... the support for the abstract keyword was only added in TS 4.2. To fix this we might need to provide different TS types for different version of TS which will add a fair bit of complexity to the build. Will need to be discussed.

@Roaders Roaders closed this Oct 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot mock abstract classes with static methods
1 participant