TypeStat icon indicating copy to clipboard operation
TypeStat copied to clipboard

🧪 Tests: Enable suppressTypeErrors on all integration tests

Open rubiesonthesky opened this issue 10 months ago • 0 comments

Bug Report Checklist

  • [X] I have tried restarting my IDE and the issue persists.
  • [X] I have pulled the latest main branch of the repository.
  • [X] I have searched for related issues and found none that matched my issue.

Overview

By enabling suppressTypeErrors on all integration tests, we can easily see when there is non-valid code generated.

We can see and fix following problems

  • Incorrect compilerOptions.
  • Bugs / missing fixes
  • More examples of possible ts-expect-error comments

Additional Info

No response

rubiesonthesky avatar Apr 07 '24 19:04 rubiesonthesky