Files
flights_web_raw/apps/angular/node_modules/tsconfig-paths-webpack-plugin/jest.config.js
T

10 lines
251 B
JavaScript

module.exports = {
preset: "ts-jest",
testEnvironment: "node",
transform: {
"^.+\\.[tj]sx?$": "ts-jest",
},
moduleFileExtensions: ["ts", "tsx", "js", "jsx"],
globals: { "ts-jest": { tsConfig: "<rootDir>/src/tsconfig.spec.json" } },
};