updux/jest.config.js

10 lines
133 B
JavaScript
Raw Normal View History

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