tests/delta: add tests

Create a new set of tests to verify the new module's behavior.

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-10-12 19:19:33 -05:00
parent f436677f5f
commit 2c8b962091
4 changed files with 117 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{
delta-basic = ./delta-basic.nix;
delta-with-git-integration = ./delta-with-git-integration.nix;
delta-migration = ./delta-migration.nix;
}