neotest-vitest icon indicating copy to clipboard operation
neotest-vitest copied to clipboard

Vitest adapter for Neovim Neotest plugin

Results 27 neotest-vitest issues
Sort by recently updated
recently updated
newest added

Some shells (looking at you zsh) try to expand wildcards on the command line before invoking the underlying command resulting in no tests run when targeting a whole file. Quoting...

Hey :wave: [rocks.nvim](https://github.com/nvim-neorocks/rocks.nvim) has the ability to install luarocks packages and automatically install dependencies, including tree-sitter parsers. It prioritises SemVer releases, and I noticed your last release tag is from...

Replace the deprecated vim.tbl_flatten function (which will be removed with Neovim 0.13) by using new the iter() interface that came in Neovim 0.10.

Following the README using `:lua require('neotest').run.run({ vitestCommand = 'vitest --watch' })` gives the following error ``` Error: Expected a single value for option "-w, --watch", received [true, false] ``` The...

When there's a space in the project directory or even directory ancestor, it makes the test fail with the following error: `Vim:E475: Invalid value for argument cmd: '/home/....../vue' is not...

I was trying to debug some rust stuffs and this is the plugin that is being used although this shouldn't be the case. Here's the error: ```  Error 09:19:49...

This keymap from docs ```lua vim.api.nvim_set_keymap( 'n', 'twf', "lua require('neotest').run.run({ vim.fn.expand(" % "), vitestCommand = 'vitest --watch' })", { desc = 'Run Watch File' } ) ``` Returns the following...