Files
owl/jest.config.js
T
2019-03-14 11:02:14 +01:00

9 lines
219 B
JavaScript

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