Skip to content

Commit 4792296

Browse files
authored
Merge pull request #97 from drivecore/fix-customPrompt-tests
Fix config tests to include customPrompt field
2 parents 3e96869 + d6e9779 commit 4792296

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/cli/tests/settings/config.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ describe('Config', () => {
4444
modelProvider: 'anthropic',
4545
modelName: 'claude-3-7-sonnet-20250219',
4646
ollamaBaseUrl: 'http://localhost:11434/api',
47+
customPrompt: '',
4748
});
4849
expect(fs.existsSync).toHaveBeenCalledWith(mockConfigFile);
4950
});
@@ -76,6 +77,7 @@ describe('Config', () => {
7677
modelProvider: 'anthropic',
7778
modelName: 'claude-3-7-sonnet-20250219',
7879
ollamaBaseUrl: 'http://localhost:11434/api',
80+
customPrompt: '',
7981
});
8082
});
8183
});

0 commit comments

Comments
 (0)