Browse Source

test: clarify external apply patch case name

dhaern 3 months ago
parent
commit
06250d165b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/hooks/apply-patch/hook.test.ts

+ 1 - 1
src/hooks/apply-patch/hook.test.ts

@@ -623,7 +623,7 @@ garbage
     );
   });
 
-  test('passes through relative targets outside root/worktree before native execution', async () => {
+  test('passes through sibling-directory targets outside root/worktree before native execution', async () => {
     const root = await createTempDir('apply-patch-hook-');
     const outside = path.join(path.dirname(root), 'outside.txt');
     await writeFile(outside, 'outside\n', 'utf-8');