clanLib.jsonschema: move tests from pkgs/clan-cli
This commit is contained in:
8
lib/jsonschema/test.nix
Normal file
8
lib/jsonschema/test.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
# run these tests via `nix-unit ./test.nix`
|
||||
{ lib ? (import <nixpkgs> { }).lib
|
||||
, slib ? import ./. { inherit lib; }
|
||||
}:
|
||||
{
|
||||
parseOption = import ./test_parseOption.nix { inherit lib slib; };
|
||||
parseOptions = import ./test_parseOptions.nix { inherit lib slib; };
|
||||
}
|
||||
Reference in New Issue
Block a user