Skip to content

Commit

Permalink
lib/test: move from tests/test-derivation
Browse files Browse the repository at this point in the history
  • Loading branch information
MattSturgeon committed Aug 21, 2024
1 parent cbd1003 commit 19d5f4b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; });
}
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}:
let
fetchTests = import ./fetch-tests.nix;
test-derivation = import ./test-derivation.nix { inherit pkgs lib; };
test-derivation = import ../lib/tests.nix { inherit pkgs lib; };
inherit (test-derivation) mkTestDerivationFromNixvimModule;

# List of files containing configurations
Expand Down

0 comments on commit 19d5f4b

Please sign in to comment.