marilari88 / neotest-vitest

Vitest adapter for Neovim Neotest plugin
92 stars 34 forks source link

Add support for the `--watch` flag #27

Closed b0o closed 6 months ago

b0o commented 1 year ago

It would be great to be able to auto-run tests on save. Other adapters like neotest-jest and neotest-python support this. The PR that added support for this to neotest-jest looks like it should map pretty cleanly onto this repo as well.

Resources: