skrill-frontend/jest.config.js

6 lines
149 B
JavaScript

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