cls-proxify
Version:
Logging on steroids with CLS and Proxy. Integrated with express, koa, fastify.
16 lines (15 loc) • 391 B
JavaScript
module.exports = {
roots: ['<rootDir>'],
testRegex: '^.+\\.(test|spec)\\.tsx?$',
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
collectCoverage: true,
coveragePathIgnorePatterns: ['<rootDir>/dist/', '<rootDir>/node_modules/'],
coverageThreshold: {
global: {
branches: 100,
functions: 100,
lines: 100,
statements: 100,
},
},
}