mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-28 10:32:27 +08:00
Revert "chore(test): skip test breaking the CI"
This reverts commit f3b6817aa7a933dc1c2e378b72c0c617499bdea1.
This commit is contained in:
parent
f3b6817aa7
commit
f8c1dabfd5
@ -67,7 +67,7 @@ describe('LLM Model Selection with Special Characters', () => {
|
|||||||
vi.mocked(options.getOptionBool).mockReturnValue(true);
|
vi.mocked(options.getOptionBool).mockReturnValue(true);
|
||||||
});
|
});
|
||||||
|
|
||||||
describe.skip('OpenAI Model Names', () => {
|
describe('OpenAI Model Names', () => {
|
||||||
it('should correctly handle model names with periods', async () => {
|
it('should correctly handle model names with periods', async () => {
|
||||||
const modelName = 'gpt-4.1-turbo-preview';
|
const modelName = 'gpt-4.1-turbo-preview';
|
||||||
vi.mocked(options.getOption).mockImplementation((key: string) => {
|
vi.mocked(options.getOption).mockImplementation((key: string) => {
|
||||||
|
@ -68,7 +68,7 @@ describe('OpenAIService', () => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
describe.skip('generateChatCompletion', () => {
|
describe('generateChatCompletion', () => {
|
||||||
const messages: Message[] = [
|
const messages: Message[] = [
|
||||||
{ role: 'user', content: 'Hello' }
|
{ role: 'user', content: 'Hello' }
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user