updux/jest.config.js

10 lines
132 B
JavaScript
Raw Normal View History

2019-10-23 16:56:12 +00:00
module.exports = {
"roots": [
"./src"
],
"transform": {
"^.+\\.ts$": "ts-jest",
"^.+\\.js$": "babel-jest",
},
}