UNPKG
lux-utils
Version:
latest (1.1.0)
1.1.0
1.0.1
JS library to validate and format common Luxembourgish administrative data.
lux-utils
/
jest.config.json
9 lines
•
199 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"collectCoverage"
:
true
,
"collectCoverageFrom"
:
[
"src/**/*.js"
,
"!src/index.js"
,
"!src/global.js"
]
,
"coverageReporters"
:
[
"lcov"
,
"text"
,
"text-summary"
]
}