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

Support timeout on it.each #1598

Closed
4 tasks done
dheardal opened this issue Jul 5, 2022 · 0 comments · Fixed by #1787
Closed
4 tasks done

Support timeout on it.each #1598

dheardal opened this issue Jul 5, 2022 · 0 comments · Fixed by #1787
Assignees
Labels
enhancement New feature or request

Comments

@dheardal
Copy link

dheardal commented Jul 5, 2022

Clear and concise description of the problem

Jest currently has support for this feature (https://jestjs.io/docs/api#testeachtablename-fn-timeout)

However vitest does not, so we have had to add a global testTimeout to the config instead - which is not an ideal solution

Suggested solution

Support timeout on it.each like the other test functions

Alternative

No response

Additional context

No response

Validations

@sheremet-va sheremet-va added the enhancement New feature or request label Jul 7, 2022
@sheremet-va sheremet-va self-assigned this Aug 4, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Jun 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants