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 }); ```