David-Kunz / jester

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

fix: docs path to local jest instance #22

Closed vuki656 closed 1 year ago

vuki656 commented 1 year ago

Potentially I would also put path_to_jest_run to a local node modules path since people mostly use local jest version and this expects a global jest installation. Let me know.

David-Kunz commented 1 year ago

Thanks @vuki656 !