feat: unit tests

This commit is contained in:
Ryan Yin
2024-03-13 14:47:36 +08:00
parent be963c0642
commit fff6ad6bff
17 changed files with 142 additions and 59 deletions

View File

@@ -19,12 +19,3 @@
};
in
outputs
// {
inherit data; # for debugging purposes
# NixOS's unit tests.
# unit-tests = haumea.lib.loadEvalTests {
# src = ./tests;
# inputs = args;
# };
}