-
Notifications
You must be signed in to change notification settings - Fork 3
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
refactor: migrate test app package to TypeScript #132
Conversation
b720e01
to
4758c50
Compare
50151fb
to
34f7d3b
Compare
We also need to update the CI script to take into account the test-app when running the type-checking with different TS versions. You can have a look on |
34f7d3b
to
b78a662
Compare
b78a662
to
2413ab0
Compare
@vscav Thanks for the review. This commit adds type-checking with different TS versions for I’ve also added a comment to explain why we use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @michelegera 🙏 🚀
2413ab0
to
7647e76
Compare
This PR migrates the
test-app
application to TypeScript and completes the migration started with #116.