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 core manager test helpers #688

Merged
merged 1 commit into from
May 29, 2024

Conversation

EvanHahn
Copy link
Contributor

This is a test-only change.

tests/helpers/core-manager.js wasn't type checked because it had a // @ts-nocheck at the top. This removes that check and fixes all the type errors.

This mostly required adding type annotations, but a few changes were a little more involved.

*This is a test-only change.*

`tests/helpers/core-manager.js` wasn't type checked because it had a
`// @ts-nocheck` at the top. This removes that check and fixes all the
type errors.

This mostly required adding type annotations, but a few changes were a
little more involved.
@EvanHahn EvanHahn requested a review from tomasciccola May 28, 2024 18:35
@EvanHahn EvanHahn merged commit d62678c into main May 29, 2024
7 checks passed
@EvanHahn EvanHahn deleted the core-manager-test-helpers-fix-type-errors branch May 29, 2024 15:22
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.

1 participant