In an aroundEach() I want to log the name of the spec, that is the name of the it() function.
Currently, I am able to log spec.name and that gives me the name of the describe(). How can I log the name of the it()?
And to clarify, spec.name and suite.name are the same value, the name of the describe(). Is this a bug or am I missing something?