UNPKG

@omnichat/middy-lock-redis

Version:
16 lines (15 loc) 328 B
module.exports = { clearMocks: true, collectCoverageFrom: ['<rootDir>/src/**/*.ts', '!<rootDir>/src/server.ts'], coverageThreshold: { global: { branches: 80, functions: 80, lines: 80, statements: 80, }, }, testEnvironment: 'node', testMatch: ['**/*.spec.ts'], preset: 'ts-jest', };