test: add jellyseerr

This commit is contained in:
2026-04-13 19:59:18 -04:00
parent e7dda1e08e
commit 60fcce47df
2 changed files with 269 additions and 0 deletions

View File

@@ -12,4 +12,5 @@
edge-cases = import ./edge-cases.nix { inherit pkgs lib self; };
health-checks = import ./health-checks.nix { inherit pkgs lib self; };
delayed-start = import ./delayed-start.nix { inherit pkgs lib self; };
jellyseerr = import ./jellyseerr.nix { inherit pkgs lib self; };
}