LibreChat / api /jest.config.js
N.Achyuth Reddy
Upload 683 files
9705b6c
raw
history blame contribute delete
198 Bytes
module.exports = {
testEnvironment: 'node',
clearMocks: true,
roots: ['<rootDir>'],
coverageDirectory: 'coverage',
setupFiles: ['./test/jestSetup.js', './test/__mocks__/KeyvMongo.js'],
};