ai / api /jest.config.js
Marco Beretta
LibreChat upload repo
3b6afc0
raw
history blame
No virus
165 Bytes
module.exports = {
testEnvironment: 'node',
clearMocks: true,
roots: ['<rootDir>'],
coverageDirectory: 'coverage',
setupFiles: ['./test/jestSetup.js'],
};