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

🧪 Tests: Enable suppressTypeErrors on all integration tests #1548

Open
3 tasks done
rubiesonthesky opened this issue Apr 7, 2024 · 0 comments · May be fixed by #1549
Open
3 tasks done

🧪 Tests: Enable suppressTypeErrors on all integration tests #1548

rubiesonthesky opened this issue Apr 7, 2024 · 0 comments · May be fixed by #1549
Labels
area: testing Improving how the repository's tests are run and/or code is tested 🧪 area: tooling Managing the repository's maintenance 🛠️

Comments

@rubiesonthesky
Copy link
Collaborator

Bug Report Checklist

  • I have tried restarting my IDE and the issue persists.
  • I have pulled the latest main branch of the repository.
  • 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 rubiesonthesky added area: tooling Managing the repository's maintenance 🛠️ area: testing Improving how the repository's tests are run and/or code is tested 🧪 labels Apr 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: testing Improving how the repository's tests are run and/or code is tested 🧪 area: tooling Managing the repository's maintenance 🛠️
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant