Files
owl/jest.config.js
T
2019-03-21 10:37:24 +01:00

9 lines
263 B
JavaScript

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