6 lines
119 B
JavaScript
6 lines
119 B
JavaScript
module.exports = {
|
|
"testRegex": '.*\\.test\\.ts$',
|
|
"transform": {
|
|
"^.+\\.(ts|tsx)$": "ts-jest"
|
|
},
|
|
} |