updux/jest.config.js

9 lines
102 B
JavaScript

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