UNPKG
rankmycache
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.0
An easy-to-use cache providing service.
rankmyapp/rankmycache
rankmycache
/
jest.config.js
10 lines
(9 loc)
•
212 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module
.
exports
= { roots: [
'<rootDir>/test'
], testMatch: [
'**/*.spec.ts'
], collectCoverageFrom: [
'<rootDir>/test/**/.ts'
], coverageDirectory:
'coverage'
, transform: {
'.+\\.ts$'
:
'ts-jest'
, }, };