refactor: move llm.spec.js over to packages/api and update import

This commit is contained in:
Dustin Healy 2025-08-30 23:03:26 -07:00 committed by Danny Avila
parent f5bb44e652
commit d5accf55c8
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956

View file

@ -1,4 +1,4 @@
const { getLLMConfig } = require('@librechat/api');
const { getLLMConfig } = require('./llm');
jest.mock('https-proxy-agent', () => ({
HttpsProxyAgent: jest.fn().mockImplementation((proxy) => ({ proxy })),