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

Remove ts-ignore magic comments from test #39

Merged
merged 3 commits into from
Nov 21, 2018
Merged

Remove ts-ignore magic comments from test #39

merged 3 commits into from
Nov 21, 2018

Conversation

yhatt
Copy link
Member

@yhatt yhatt commented Nov 21, 2018

We had used the @ts-ignore magic comment in some tests for tracking and initializing private properties. But these cases are ugly usage because any compile error won't raise.

We will update to use any type casting instead of @ts-ignore.

@yhatt yhatt merged commit f182719 into master Nov 21, 2018
@yhatt yhatt deleted the remove-ts-ignore branch November 21, 2018 08:26
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.

1 participant