UNPKG
tslint-lerna-rules
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
TSLint rules for Lerna repos
tslint-lerna-rules
/
jest.config.js
8 lines
(7 loc)
•
174 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module.exports
=
{ transform: {
"^.+
\\
.tsx?$"
:
"ts-jest"
}, testRegex:
"src/.*
\\
.test
\\
.ts$"
, moduleFileExtensions: [
"ts"
,
"tsx"
,
"js"
,
"jsx"
,
"json"
,
"node"
] };