jwt-redis-sessions
Version:
A secure, production-ready JWT authentication and session management library for Node.js with Redis backend
15 lines (14 loc) • 316 B
JavaScript
module.exports = {
testEnvironment: 'node',
coverageDirectory: 'coverage',
collectCoverageFrom: [
'**/*.js',
'!jest.config.js',
'!coverage/**',
'!node_modules/**',
'!tests/**',
],
testMatch: ['**/tests/**/*.test.js'],
testTimeout: 10000,
setupFilesAfterEnv: ['./tests/setup.js'],
}