Browse Source

test(installer): cover disabled Exa value

Alvin Unreal 1 week ago
parent
commit
bbf6505209
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/cli/background-subagents.test.ts

+ 1 - 1
src/cli/background-subagents.test.ts

@@ -217,7 +217,7 @@ describe('configureBackgroundSubagents', () => {
     },
   );
 
-  test.each([undefined, 'yes'])(
+  test.each([undefined, 'yes', 'false'])(
     'writes Exa configuration when Exa is %s',
     async (exaValue) => {
       tempDir = mkdtempSync(join(tmpdir(), 'omoo-bg-'));