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.each node range doesn't include callback body #37

Open
tinganho opened this issue Mar 17, 2020 · 1 comment
Open

it.each node range doesn't include callback body #37

tinganho opened this issue Mar 17, 2020 · 1 comment

Comments

@tinganho
Copy link

I noticed, that the it.each doesn't include the node range for the callback body

See start and end markers below:

/*start*/it.each([
            ['some'],
        ])('some', async (some: string) => /*end*/{
// Some code
        });
@seanpoulter
Copy link
Member

Thanks for reporting the issue @tinganho. We've got another issue about test.each, #29. That work is currently blocked by PR #30 and we need some help reviewing to get it across the finish line. Join the conversation if you've got the time!

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

2 participants