mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-02 21:34:33 +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
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
empty = {
|
||||
# This test is flaky and fails non-deterministically
|
||||
tests.dontRun = true;
|
||||
test.runNvim = false;
|
||||
|
||||
plugins.octo.enable = true;
|
||||
};
|
||||
|
||||
example = {
|
||||
# This test is flaky and fails non-deterministically
|
||||
tests.dontRun = true;
|
||||
test.runNvim = false;
|
||||
|
||||
plugins.octo = {
|
||||
enable = true;
|
||||
|
@ -28,7 +28,7 @@
|
|||
|
||||
withFzfLuaPicker = {
|
||||
# This test is flaky and fails non-deterministically
|
||||
tests.dontRun = true;
|
||||
test.runNvim = false;
|
||||
|
||||
plugins.octo = {
|
||||
enable = true;
|
||||
|
@ -38,7 +38,7 @@
|
|||
|
||||
defaults = {
|
||||
# This test is flaky and fails non-deterministically
|
||||
tests.dontRun = true;
|
||||
test.runNvim = false;
|
||||
|
||||
plugins.octo = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue