skrill-frontend/jest.config.js

6 lines
149 B
JavaScript
Raw Normal View History

2024-07-28 03:04:23 -06:00
module.exports = {
preset: "jest-preset-angular",
setupFilesAfterEnv: ["<rootDir>/src/setupJest.ts"],
reporters: ["default", "jest-junit"],
};