I noticed, that the `it.each` doesn't include the node range for the callback body See `start` and `end` markers below: ```ts /*start*/it.each([ ['some'], ])('some', async (some: string) => /*end*/{ // Some code }); ```
I noticed, that the
it.eachdoesn't include the node range for the callback bodySee
startandendmarkers below: