nvim-neotest / neotest-jest

MIT License
116 stars 79 forks source link

Update README `watch` mode instructions #95

Closed arthurgeek closed 8 months ago

arthurgeek commented 9 months ago

This new command uses the exact same command the plugin uses by default to find the jest binary. It ensures it'll always work the same.

Ideally, a new watch = true could be used, making it transparent to the user. If you like this idea I can work on the implementation.

haydenmeade commented 8 months ago

Nice improvement!