Files
owl/jest.config.js
T
Géry Debongnie 0f3b2d10da initial commit
2019-01-16 11:28:05 +01:00

9 lines
244 B
JavaScript

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