From f55291cefd86a2ae887666f59c83eb9aacd2de3c Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Tue, 3 Feb 2026 08:23:57 +0000 Subject: [PATCH] Add integration tests and templates --- tests/integration/index.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/integration/index.ts diff --git a/tests/integration/index.ts b/tests/integration/index.ts new file mode 100644 index 0000000..96e6c8c --- /dev/null +++ b/tests/integration/index.ts @@ -0,0 +1 @@ +export { setupTestRepo, cleanupTestRepo, runGitCommand, createMockGit } from './helpers';