UNPKG
@robotti.io/escrypt
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Enterprise Secret Encryptor
gitlab.com/robotti.io/escrypt
@robotti.io/escrypt
/
jest.config.js
5 lines
•
201 B
JavaScript
View Raw
1
2
3
4
5
module
.
exports
= {
'collectCoverageFrom'
: [
'escrypt.js'
,
'lib/**/*.js'
,
'!**/node_modules/**'
],
'coverageReporters'
: [
'html'
,
'text'
,
'text-summary'
,
'cobertura'
],
'testMatch'
: [
'**/*.test.js'
] }