updux/jest.config.js

10 lines
132 B
JavaScript
Raw Normal View History

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