updux/jest.config.js
2019-10-23 12:56:12 -04:00

10 lines
132 B
JavaScript

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