i was trying to migrate some of our tests to use `jest-each`, but for a lot of cases it won't work because of serialization that `jest-each` uses: <img width="259" alt="screen shot 2018-05-27 at 11 17 52 pm" src="https://user-images.githubusercontent.com/940133/40591175-4285b1b8-6204-11e8-917d-cecfe250e62d.png"> <img width="214" alt="screen shot 2018-05-27 at 11 17 09 pm" src="https://user-images.githubusercontent.com/940133/40591176-4429fbe6-6204-11e8-8193-0caeb381c12e.png"> is it possible to use `pretty-format` for this serialization? (but collapsing everything in one line)