mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-02 00:54:48 +02:00
tests: remove special treatment of module
Since we no longer need to extract `tests.dontRun` from an attrset, we no longer need the "special" `module` attr.
This commit is contained in:
parent
7b2a6cd9e6
commit
123a55ed6f
14 changed files with 266 additions and 285 deletions
|
@ -6,7 +6,7 @@
|
|||
};
|
||||
|
||||
# Test that all extraConfigs are present in output
|
||||
all-configs.module =
|
||||
all-configs =
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
|
@ -64,7 +64,7 @@
|
|||
++ mkConfigAssertions "test.vim" config.files."test.vim".content;
|
||||
};
|
||||
|
||||
files-default-empty.module =
|
||||
files-default-empty =
|
||||
{ config, helpers, ... }:
|
||||
{
|
||||
files = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue