Files
owl/jest.config.js
T
Géry Debongnie 3766fbc7b8 reorganize files
2019-01-23 09:45:28 +01:00

9 lines
251 B
JavaScript

module.exports = {
roots: ["<rootDir>/web/static", "<rootDir>/tests"],
transform: {
"^.+\\.ts?$": "ts-jest"
},
testRegex: "(/tests/.*|(\\.|/)(test|spec))\\.(ts|js)x?$",
moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"]
};