mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-20 10:20:15 +01:00
💾 feat: Add Memory Configuration Options for CI unit tests
- responding to PR feedback from Copilot
This commit is contained in:
parent
b8fe41e59d
commit
ef8f27122e
5 changed files with 12 additions and 8 deletions
|
|
@ -16,5 +16,3 @@ process.env.ALLOW_EMAIL_LOGIN = 'true';
|
|||
// This can be overridden in individual tests if needed
|
||||
jest.setTimeout(30000);
|
||||
process.env.OPENAI_API_KEY = 'test';
|
||||
|
||||
process.env.NODE_MAX_OLD_SPACE_SIZE = '6144';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue