David-Kunz / jester

A Neovim plugin to easily run and debug Jest tests
The Unlicense
200 stars 12 forks source link

Support passing the filename at runtime #24

Closed tapayne88 closed 1 year ago

tapayne88 commented 1 year ago

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!

David-Kunz commented 1 year ago

Thank you, @tapayne88 !