mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-23 02:39:42 +01:00
lib/test: move from tests/test-derivation
This commit is contained in:
parent
cbd1003d9d
commit
19d5f4b134
3 changed files with 2 additions and 2 deletions
|
|
@ -7,6 +7,6 @@
|
|||
}@args:
|
||||
{
|
||||
# Add all exported modules here
|
||||
check = import ../tests/test-derivation.nix { inherit lib pkgs; };
|
||||
check = import ./tests.nix { inherit lib pkgs; };
|
||||
helpers = import ./helpers.nix (args // { inherit _nixvimTests; });
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue