chore(lib/select): init simple test
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ callInventoryAdapter }:
|
{ callInventoryAdapter, ... }:
|
||||||
let
|
let
|
||||||
# Authored module
|
# Authored module
|
||||||
# A minimal module looks like this
|
# A minimal module looks like this
|
||||||
|
|||||||
@@ -1,4 +1,10 @@
|
|||||||
{ clanLib }:
|
{ clanLib, ... }:
|
||||||
|
let
|
||||||
|
inherit (clanLib) select;
|
||||||
|
in
|
||||||
{
|
{
|
||||||
|
test_simple_1 = {
|
||||||
|
expr = select "a" { a = 1; };
|
||||||
|
expected = 1;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user