mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
tests/lib: Add basic unit tests for helpers.toLuaObject
(#291)
This commit is contained in:
parent
1c6efc5388
commit
7f50b54bfb
2 changed files with 103 additions and 0 deletions
|
@ -73,6 +73,9 @@
|
|||
makeNixvim = self.legacyPackages."${system}".makeNixvim;
|
||||
})
|
||||
// {
|
||||
lib-tests = import ./tests/lib-tests.nix {
|
||||
inherit (pkgs) pkgs lib;
|
||||
};
|
||||
pre-commit-check = pre-commit-hooks.lib.${system}.run {
|
||||
src = ./.;
|
||||
hooks = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue