updux/jest.config.js
Yanick Champoux e7fbd582fc test src
2020-02-02 14:53:13 -05:00

10 lines
132 B
JavaScript

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