[SUGGESTION]: Use arethetypeswrong in automated testing - to free yourself from the complexities of TypeScript type declarations #40
sounisi5011
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Today I discovered a tool called arethetypeswrong.
It is a great tool that automatically checks for TypeScript type declaration problems that I have reported in many issues I have opened ( #17, #22, #23, #26 ).
If you use it in your automated tests, you will catch similar bugs before they happen.
However, this is not something that must be introduced.
For now, arethetypeswrong reports no problems with used-pm.
Future changes may cause some problems again.
By using arethetypeswrong in automated tests, you can avoid such problems.
Beta Was this translation helpful? Give feedback.
All reactions