UNPKG
request-pre
Version:
latest (0.4.3)
0.4.3
0.4.2
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.0
0.1.1
0.1.0
0.0.1
process format data before request send
request-pre
/
jest.config.js
10 lines
(9 loc)
•
239 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module
.
exports
= { roots: [
'<rootDir>/tests/'
], transform: {
'^.+\\.ts?$'
:
'ts-jest'
}, testRegex:
'/tests/.*\\.test\\.ts$'
, setupFilesAfterEnv: [
"<rootDir>/tests/setup.js"
], coverageReporters: [
'html'
], };