Add nvim-neotest/neotest (#454)

This commit is contained in:
Oli M 2022-06-17 13:50:19 +01:00 committed by GitHub
parent cc6e8eb86a
commit 55217743b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -715,9 +715,10 @@ These colorschemes may not specialize in Tree-sitter directly but are written in
### Test
- [rcarriga/vim-ultest](https://github.com/rcarriga/vim-ultest) - The ultimate testing plugin for NeoVim.
- [rcarriga/vim-ultest](https://github.com/rcarriga/vim-ultest) - The ultimate testing plugin for Neovim.
- [David-Kunz/jester](https://github.com/David-Kunz/jester) - A Neovim plugin to easily run and debug Jest tests.
- [klen/nvim-test](https://github.com/klen/nvim-test) - A Neovim wrapper for running tests.
- [nvim-neotest/neotest](https://github.com/nvim-neotest/neotest) - An extensible framework for interacting with tests within Neovim.
### Competitive Programming