nvim-test
nvim-test copied to clipboard
How to stop test execution?
With the default setup, how can i stop running tests (i.e. if my tests a really long-running)?
Is closing the buffer enough? (not obvious).
The buffer does not seem to accept signals.
Calling :terminal during test run shows and empty terminal.