Open whytewolf opened 2 months ago
ok, I was thinking of a different functionality... but this did have the error.
https://github.com/nvim-neotest/neotest/pull/456 does look like it fixes the error seen.
This issue is solved as https://github.com/nvim-neotest/neotest/pull/456 is already merged.
NeoVim Version
Describe the bug
require("neotest").watch.toggle(vim.fn.expand("%"))
is throwing a strack trace after an updateTo Reproduce Please provide a minimal
init.lua
to reproduce which can be run as the following:You can edit the following example file to include your adapters and other required setup.
Steps to reproduce the behavior:
:lua require("neotest").watch.toggle(vim.fn.expand("%"))
a. nothing happens, no sidebar nothing:lua require("neotest").watch.toggle(vim.fn.expand("%"))
againPlease provide example test files to reproduce.
Expected behavior watch sidebar pops up showing tests.
Additional context this setup was working last week. and no other changes have taken place besides an update.