module.exports = { preset: "jest-preset-angular", setupFilesAfterEnv: ["/src/setupJest.ts"], reporters: ["default", "jest-junit"], };