updux/jest.config.js
2019-10-21 14:16:47 -04:00

9 lines
102 B
JavaScript

module.exports = {
"roots": [
"./src"
],
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
}