mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-22 11:45:28 +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 @@
|
|||
example = {
|
||||
# We cannot test neotest-gtest as it tries to create file in the upper directory
|
||||
# https://github.com/alfaix/neotest-gtest/blob/6e794ac91f4c347e2ea5ddeb23d594f8fc64f2a8/lua/neotest-gtest/utils.lua#L10-L16
|
||||
tests.dontRun = true;
|
||||
test.runNvim = false;
|
||||
|
||||
plugins = {
|
||||
treesitter.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue