UNPKG
lambdaw
Version:
latest (1.0.7)
1.0.7
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A Group of Helpers for Common AWS Lamdba uses Edit
github.com/Negan1911/lambda-ch
Negan1911/lambdaw
lambdaw
/
jest.config.js
13 lines
(12 loc)
•
296 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
module
.
exports
= { collectCoverage:
true
, coverageReporters: [
'lcov'
], testMatch: [
'**/**/*.spec.js'
,
'*.spec.js'
], collectCoverageFrom: [
'**/*.js'
,
'index.js'
], coveragePathIgnorePatterns: [
'/node_modules/'
,
'/coverage/'
,
'jest.config.js'
], testEnvironment:
'node'
}