We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
describe.each()
I checked that #2 was closed by #51 However, it doesn't seem to support it.each(....) neither test.each(...).
it.each(....)
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().
.each()
Could that be because it stopped working due to a dependency's breaking-change? like treesitter or neotest itself?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I checked that #2 was closed by #51
However, it doesn't seem to support
it.each(....)
neithertest.each(...)
.Ex:
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?
The text was updated successfully, but these errors were encountered: