Starting out simple. Small.
This commit is contained in:
parent
cde6ba8905
commit
96cc5e9501
5 changed files with 47 additions and 62 deletions
7
test/test-buildLocationList.nix
Normal file
7
test/test-buildLocationList.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
let
|
||||
buildLocationList = import ../lib/functions/buildLocationList.nix;
|
||||
sampleData = import ./meta.nix;
|
||||
in
|
||||
{
|
||||
result = buildLocationList sampleData.locations;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue