From 99be2689c10a56b340eb3b00a1a6d7783e98ebb4 Mon Sep 17 00:00:00 2001 From: Jhon Pedroza Date: Tue, 6 Sep 2022 02:05:24 -0500 Subject: [PATCH] docs(README): add neotest-elixir (#106) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fcccda98..8ec67dd8 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ To get started you will also need to install an adapter for your test runner. | testthat | [neotest-testthat](https://github.com/shunsambongi/neotest-testthat) | | phpunit | [neotest-phpunit](https://github.com/olimorris/neotest-phpunit) | | rust | [neotest-rust](https://github.com/rouge8/neotest-rust) | +| elixir | [neotest-elixir](https://github.com/jfpedroza/neotest-elixir) | For any runner without an adapter you can use [neotest-vim-test](https://github.com/nvim-neotest/neotest-vim-test) which supports any runner that vim-test supports. The vim-test adapter does not support some of the more advanced features such as error locations or per-test output.