I've trying to extend the debug functionality to support testing with react-scripts which uses jest under the hood. I'm mostly there using the existing API but there is one part that's tripping me up. Annoyingly it seems our version requires relative filenames to work and this seemed like the easiest way of achieving this.
Happy to look at another approach if you think that might be nicer! Thanks again!
Hi, thanks for the awesome work!
I've trying to extend the debug functionality to support testing with react-scripts which uses jest under the hood. I'm mostly there using the existing API but there is one part that's tripping me up. Annoyingly it seems our version requires relative filenames to work and this seemed like the easiest way of achieving this.
Happy to look at another approach if you think that might be nicer! Thanks again!