tests: tests.dontRun -> test.runNvim

Convert all test-cases to use the new `test.runNvim` module option.
This commit is contained in:
Matt Sturgeon 2024-08-20 00:44:25 +01:00
parent f47374fd26
commit 7b2a6cd9e6
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
13 changed files with 31 additions and 45 deletions

View file

@ -2,7 +2,7 @@
empty = {
# Harpoon expects to access `~/.local/share/nvim/harpoon.json` which is not available in the
# test environment
tests.dontRun = true;
test.runNvim = false;
plugins.harpoon.enable = true;
};
@ -10,7 +10,7 @@
telescopeEnabled = {
# Harpoon expects to access `~/.local/share/nvim/harpoon.json` which is not available in the
# test environment
tests.dontRun = true;
test.runNvim = false;
plugins.telescope = {
enable = true;
@ -75,7 +75,7 @@
telescopeDisabled = {
# Harpoon expects to access `~/.local/share/nvim/harpoon.json` which is not available in the
# test environment
tests.dontRun = true;
test.runNvim = false;
plugins.harpoon = {
enable = true;