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

It seems to still not support it.each() and test.each(), works normally with describe.each() #118

Open
carlos-algms opened this issue Apr 16, 2024 · 0 comments

Comments

@carlos-algms
Copy link

I checked that #2 was closed by #51
However, it doesn't seem to support it.each(....) neither test.each(...).

Ex:

it.each([1, 2, 3])('Test %s', (v) => {
  expect(v).toBeTruthy();
});

It doesn't only not list this test, but also completely fails to list the tests on the summary pane when opening a file that contains .each().

Could that be because it stopped working due to a dependency's breaking-change?
like treesitter or neotest itself?

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

No branches or pull requests

1 participant