aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/default.nix b/tests/default.nix
index 9803c99c..a5ca5deb 100644
--- a/tests/default.nix
+++ b/tests/default.nix
@@ -28,6 +28,13 @@
mkTest
;
};
+
+ coImportsNameFunction = {
+ shard,
+ name,
+ }:
+ ../modules/by-name + "/${shard}" + "/${name}" + "/module.nix";
+ coImportsWarnMessageObject = "modules";
};
in
tests