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

chore: type-check tests where trivial #479

Merged
merged 2 commits into from
Feb 22, 2024
Merged

chore: type-check tests where trivial #479

merged 2 commits into from
Feb 22, 2024

Conversation

EvanHahn
Copy link
Contributor

I ran git grep --files-without-match '// @ts-check' on our two test directories and found several matches.

For the most part, I could add // @ts-check to the top of these files. This should help prevent future type regressions.

There were a few files, not changed by this commit, that will require more work to type-check properly.

I ran `git grep --files-without-match '// @ts-check'` on our two test
directories and found several matches.

For the most part, I could add `// @ts-check` to the top of these files.
This should help prevent future type regressions.

There were a few files, not changed by this commit, that will require
more work to type-check properly.
@EvanHahn EvanHahn merged commit 23416ab into main Feb 22, 2024
7 checks passed
@EvanHahn EvanHahn deleted the trivial-test-tschecks branch February 22, 2024 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants