cheke
Version:
Express request validator with object's style response body and inspired by Laravel's Validator
21 lines (20 loc) • 359 B
JavaScript
module.exports = {
testEnvironment: 'node',
clearMocks: true,
coverageDirectory: 'coverage',
coveragePathIgnorePatterns: [
'node_modules',
'lib',
'jest.config.js',
'package.json',
'src/index.js',
],
verbose: true,
coverageThreshold: {
global: {
functions: 80,
lines: 80,
statements: -10,
},
},
};