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

Tighten types in test utils #2097

Merged
merged 2 commits into from
Sep 25, 2023
Merged

Tighten types in test utils #2097

merged 2 commits into from
Sep 25, 2023

Conversation

natebosch
Copy link
Member

Towards #2095

Use Queue.of to infer the collection type from the argument instead of
Queue.from which ignores the argument type.

Expand a bare Function to a full signature function type.

Towards #2095

Use `Queue.of` to infer the collection type from the argument instead of
`Queue.from` which ignores the argument type.

Expand a bare `Function` to a full signature function type.
@natebosch natebosch merged commit d3f4b36 into master Sep 25, 2023
34 checks passed
@natebosch natebosch deleted the test-util-loose-types branch September 25, 2023 18:34
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