UNPKG

llmpool

Version:

Production-ready LLM API pool manager with load balancing, failover, and dynamic configuration

17 lines (16 loc) 413 B
module.exports = { testEnvironment: 'node', roots: ['<rootDir>/tests', '<rootDir>/src'], testMatch: [ '**/__tests__/**/*.js', '**/?(*.)+(spec|test).js' ], collectCoverageFrom: [ 'src/**/*.js', '!src/index.js' ], coverageDirectory: 'coverage', coverageReporters: ['text', 'lcov', 'html'], setupFilesAfterEnv: ['<rootDir>/tests/setup.js'], testTimeout: 30000 };