David-Kunz / jester

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

optionally escape the regex of a file name #25

Closed pseudogram closed 1 year ago

pseudogram commented 1 year ago

You always regexEscape file paths, but this isn't always needed.

David-Kunz commented 1 year ago

Hi @pseudogram ,

Thanks for this PR, I'll merge it.

Best regards, David