David-Kunz / jester

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

Add option to set test timeout when debugging #26

Closed joaovfsousa closed 1 year ago

joaovfsousa commented 1 year ago

First of all, thanks for sharing this awesome plugin with us.

Regarding my changes: Sometimes tests fail if you take a long time debugging. This option will allow globally setting the test timeout flag when debugging

David-Kunz commented 1 year ago

Hi @joaovfsousa ,

Thanks so much for this PR! I think I would've put it as part of the o table since it's unrelated to the dap configuration, but it's fine!

Thanks again and best regards, David