this does not work, its possible to write tests like this: ```javascript [1,2,3,4].map(i=> { it(`is dynamic test name ${i}`, ()=> { expect(i+5).toMatchSnapshot(); }) }); ``` do you think it would be hard to add support for this case?