treewide: stub tests (#6275)
* ranger: stub tests * alacritty: stub tests * broot: stub tests * zsh: stub tests * vim-vint: stub tests
This commit is contained in:
parent
456e599f91
commit
fcc4259cdb
19 changed files with 68 additions and 59 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, lib, xdg, ... }:
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
programs.vim-vint = {
|
||||
|
|
@ -19,6 +19,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
test.stubs = { vim-vint = { }; };
|
||||
|
||||
nmt.script = ''
|
||||
assertFileContent home-files/.config/.vintrc.yaml ${
|
||||
./basic-configuration.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue