mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-31 16:14:46 +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,12 +1,12 @@
|
|||
# We cannot run the test as loading the plugin requires a valid OPENAI_API_KEY
|
||||
{
|
||||
empty = {
|
||||
tests.dontRun = true;
|
||||
test.runNvim = false;
|
||||
plugins.chatgpt.enable = true;
|
||||
};
|
||||
|
||||
defaults = {
|
||||
tests.dontRun = true;
|
||||
test.runNvim = false;
|
||||
plugins.chatgpt = {
|
||||
enable = true;
|
||||
|
||||
|
@ -198,7 +198,7 @@
|
|||
};
|
||||
|
||||
example = {
|
||||
tests.dontRun = true;
|
||||
test.runNvim = false;
|
||||
plugins.chatgpt = {
|
||||
enable = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue