mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-31 08:05:23 +02:00
tests: tests.dontRun
-> test.runNvim
Convert all test-cases to use the new `test.runNvim` module option.
This commit is contained in:
parent
f47374fd26
commit
7b2a6cd9e6
13 changed files with 31 additions and 45 deletions
|
@ -2,7 +2,7 @@
|
|||
empty = {
|
||||
# At runtime, the plugin tries to get the size of the terminal which doesn't exist in the
|
||||
# headless environment.
|
||||
tests.dontRun = true;
|
||||
test.runNvim = false;
|
||||
|
||||
plugins.image.enable = true;
|
||||
};
|
||||
|
@ -10,7 +10,7 @@
|
|||
defaults = {
|
||||
# At runtime, the plugin tries to get the size of the terminal which doesn't exist in the
|
||||
# headless environment.
|
||||
tests.dontRun = true;
|
||||
test.runNvim = false;
|
||||
|
||||
plugins.image = {
|
||||
enable = true;
|
||||
|
@ -67,7 +67,7 @@
|
|||
ueberzug-backend = {
|
||||
# At runtime, the plugin tries to get the size of the terminal which doesn't exist in the
|
||||
# headless environment.
|
||||
tests.dontRun = true;
|
||||
test.runNvim = false;
|
||||
|
||||
plugins.image = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue