UNPKG
js-wrench
Version:
latest (1.3.1)
1.3.1
1.3.0
1.2.2
1.2.1
JS函数库
js-wrench
/
jest.config.js
10 lines
•
252 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module
.
exports
= { roots: [
"<rootDir>/test"
], testRegex:
'test/(.+)\\.test\\.(jsx?|tsx?)$'
, transform: {
"^.+\\.tsx?$"
:
"ts-jest"
}, moduleFileExtensions: [
'ts'
,
'tsx'
,
'js'
,
'jsx'
,
'json'
,
'node'
], };