tests/lib: Add basic unit tests for helpers.toLuaObject (#291)

This commit is contained in:
*Kim Zick 2023-03-26 05:03:51 -04:00 committed by GitHub
parent 1c6efc5388
commit 7f50b54bfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 103 additions and 0 deletions

View file

@ -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 = {