Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Watch with { suite = true } is skipping all tests #65

Open
themodrnhakr opened this issue Nov 5, 2024 · 1 comment
Open

Watch with { suite = true } is skipping all tests #65

themodrnhakr opened this issue Nov 5, 2024 · 1 comment

Comments

@themodrnhakr
Copy link

Currently using this keybinding to watch tests:

vim.keymap.set("n", "<Leader>twa", "<cmd>lua require('neotest').watch.toggle({ suite = true })<cr>")

It triggers successfully, it tries to re-run tests when I edit a related file, but it skips every actual test, every time.

Am I doing something wrong?

@themodrnhakr
Copy link
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant