elixir-tools / elixir-tools.nvim

Neovim plugin for Elixir
MIT License
395 stars 29 forks source link

How do I keep terminal open after running a test #208

Closed fmterrorf closed 3 months ago

fmterrorf commented 3 months ago

I'd like to keep the terminal open after running a successful test. How do I achieve that? Thanks

mhanberg commented 3 months ago

Probably needs a code change, seems reasonable.

Otherwise you can just add flunk() to the bottom of your test. I do that frequently 😅

fmterrorf commented 3 months ago

I'll see if I can work on this over the weekend