-
Notifications
You must be signed in to change notification settings - Fork 2
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
Migrate type tests to TSTyche #507
Conversation
@FloEdelmann This must be it. Ready for review! |
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.
Wow, thanks, that looks perfect! I have just one small question regarding the new extra tsconfig.json
file. Other than that, this is ready to merge already! 🚀
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 a lot for your contribution!
Thanks for quick review! It was fun to refactor the tests. Please, ping me is anything. |
Closes: #506
Just to give you an idea how TSTyche type tests look in real life. Almost the same from outside, but the is a lot of difference internally.
For example, TSTyche uses
typescript
which is currently install in the repo. It can run test on any TypeScript in4.x
and5.x
series. Try outtstyche --target 5.0,current
. Ortstyche --target next
could be setup as a daily cron job in CI to test using TypeScript's nightly releases.